editorconfig: fix yml indentation
This commit is contained in:
parent
5c85e09ad5
commit
9937bd4e2a
1 changed files with 4 additions and 0 deletions
|
@ -12,3 +12,7 @@ max_line_length = 80
|
|||
[*.toml]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.yml]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
|
Loading…
Add table
Reference in a new issue