tweak .editorconfig JSON indentation rules

This commit is contained in:
Jesse Plamondon-Willard 2017-05-15 20:44:34 -04:00
parent fec67fe6fd
commit 419ca82427
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.json]
indent_size = 2
##########
## C# formatting