Change indent_size to 2 for YAML files
This commit is contained in:
parent
6ad8038ddf
commit
c231977faa
|
@ -10,3 +10,6 @@ trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
[*.{yml,yaml}]
|
||||||
|
indent_size = 2
|
||||||
|
|
Loading…
Reference in New Issue