.editorconfig rules for YAML
This commit is contained in:
parent
eb6c3094dc
commit
9d0d94122f
1 changed files with 6 additions and 0 deletions
|
|
@ -11,3 +11,9 @@ trim_trailing_whitespace = true
|
||||||
[*.md]
|
[*.md]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.yml]
|
||||||
|
charset = utf-8
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue