From 3463ee806ccb15930045c0be85a51e2353c061bd Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 30 Jun 2018 15:14:01 -0400 Subject: tweak editorconfig --- .editorconfig | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to '.editorconfig') 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 -- cgit