diff --git a/.editorconfig b/.editorconfig index 557472d..32f903d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,15 @@ charset = utf-8 [*.sh] end_of_line = lf + +[*.resx] +end_of_line = crlf +insert_final_newline = true +indent_style = space +indent_size = 2 + +[*.csproj] +end_of_line = crlf +insert_final_newline = true +indent_style = space +indent_size = 2