Set indent size in JSON files to 2
This commit is contained in:
parent
fdef4b6e6a
commit
51722ba808
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ trim_trailing_whitespace = true
|
||||||
[*.rs]
|
[*.rs]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.json]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
[*.yaml]
|
[*.yaml]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue