Update .editorconfig

This commit is contained in:
Jaex 2017-07-05 05:07:38 +03:00
parent e69d1e5d0d
commit 1eac3905ec

View file

@ -1,9 +1,28 @@
root = true
[*.{sln,csproj,cs,resx}]
[*]
indent_style = space
indent_size = 4
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
insert_final_newline = false
# C# files
[*.cs]
indent_size = 4
charset = utf-8
# Xml project files
[*.{csproj,vcxproj,vcxproj.filters,proj,nativeproj,locproj}]
indent_size = 2
# Xml build files
[*.builds]
indent_size = 2
# Xml files
[*.{xml,stylecop,resx,ruleset}]
indent_size = 2
# Xml config files
[*.{props,targets,config,nuspec}]
indent_size = 2