From 39d8f0793ef11383033abe9dec7d0919e654a9e1 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 24 Jun 2018 18:25:09 -0400 Subject: fix .targets indentation rules --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index a5cdcf97..a73ebb3a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,6 +19,9 @@ insert_final_newline = false [*.json] indent_size = 2 +[*.targets] +indent_size = 2 + ########## ## C# formatting ## documentation: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference -- cgit 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