diff --git a/.editorconfig b/.editorconfig index 9d9e58fcb..56947d582 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 \ No newline at end of file