editorconfig: indent JSON with 2 spaces
This commit is contained in:
parent
ac6e86a9b2
commit
baa4f6a508
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ root = true
|
||||||
[*]
|
[*]
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.json]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
[*.cs]
|
[*.cs]
|
||||||
|
|
||||||
# Prefer expression body for methods when they will be a single line, but never
|
# Prefer expression body for methods when they will be a single line, but never
|
||||||
|
|
Loading…
Add table
Reference in a new issue