# EditorConfig is awesome:http://EditorConfig.org # top-most EditorConfig file root = true # Don't use tabs for indentation. [*] charset = utf-8-bom indent_style = space # (Please don't specify an indent_size here; that has too many unintended consequences.) # Use tabs for solution files. [*.sln] indent_style = tab indent_size = 4 # Code files [*.{cs,csx,vb,vbx}] indent_size = 4 # Script files [*.{cmd,bat,ps1}] indent_size = 4 # Xml project files [*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj}] indent_size = 2 # Xml config files [*.{props,targets,ruleset,config,nuspec,resx,vsixmanifest,vsct}] indent_size = 2 # JSON/YAML files [*.{json,yml,yaml}] indent_size = 2