Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
targetNamespace="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"
xmlns:cfg="http://schemas.microsoft.com/wbem/wsman/1/config"
xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:wst="http://schemas.xmlsoap.org/ws/2004/09/transfer"
xmlns:wse="http://schemas.xmlsoap.org/ws/2004/08/eventing"
xmlns:wsen="http://schemas.xmlsoap.org/ws/2004/09/enumeration"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
@sovetov
sovetov / .vimrc
Created July 15, 2017 12:13
vimrc
set smartindent
set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab
set number
set listchars=tab:\|\ ,trail:·,extends:>,precedes:< list