style: indent size of 4 spaces in json (#715)
This commit is contained in:
parent
f4715076d5
commit
cb0e40a53f
@ -12,6 +12,10 @@ indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{json,yml}]
|
||||
[*.json]
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
Loading…
x
Reference in New Issue
Block a user