diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-30 15:14:01 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-30 15:14:01 -0400 |
commit | 3463ee806ccb15930045c0be85a51e2353c061bd (patch) | |
tree | 37d715cceeda0d062f587286aa576da5511b15db /.editorconfig | |
parent | 053a8fd5811e22a83b21f7d5b89ce2894cbe8183 (diff) | |
download | SMAPI-3463ee806ccb15930045c0be85a51e2353c061bd.tar.gz SMAPI-3463ee806ccb15930045c0be85a51e2353c061bd.tar.bz2 SMAPI-3463ee806ccb15930045c0be85a51e2353c061bd.zip |
tweak editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.editorconfig b/.editorconfig index a73ebb3a..126fdbd4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,15 +12,11 @@ insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 -[*.csproj] -indent_size = 2 -insert_final_newline = false - -[*.json] +[*.{csproj,json,nuspec,targets}] indent_size = 2 -[*.targets] -indent_size = 2 +[*.csproj] +insert_final_newline = false ########## ## C# formatting |