Added {sln,csproj,cs,resx} to .editorconfig

This commit is contained in:
Jaex 2017-06-08 19:52:40 +03:00
parent 1b75f89090
commit 49acafc7f7

View file

@ -1,9 +1,9 @@
root = true
[*.cs]
charset = utf-8
end_of_line = crlf
insert_final_newline = false
[*.{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