Prefer 2 spaces as indent size over 4 on yaml
This commit is contained in:
parent
ac795a6f3a
commit
9a008e293e
|
@ -14,3 +14,6 @@ indent_size = 4
|
|||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
|
|
Loading…
Reference in New Issue