tweak .editorconfig JSON indentation rules
This commit is contained in:
parent
fec67fe6fd
commit
419ca82427
|
@ -11,6 +11,8 @@ indent_size = 4
|
|||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.json]
|
||||
indent_size = 2
|
||||
|
||||
##########
|
||||
## C# formatting
|
||||
|
|
Loading…
Reference in New Issue