From 419ca824277b0a02e1f670da8ee1ad247d5766be Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 15 May 2017 20:44:34 -0400 Subject: [PATCH] tweak .editorconfig JSON indentation rules --- src/.editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.editorconfig b/src/.editorconfig index 3037884e..132fe6cb 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -11,6 +11,8 @@ indent_size = 4 insert_final_newline = true trim_trailing_whitespace = true +[*.json] +indent_size = 2 ########## ## C# formatting