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]
|
||||
indent_size = 4
|
||||
|
||||
[*.json]
|
||||
indent_size = 2
|
||||
|
||||
[*.yaml]
|
||||
indent_size = 2
|
||||
|
||||
|
|
Loading…
Reference in a new issue