editorconfig: set indent style for .yml files
This commit is contained in:
parent
58ee2cbf6f
commit
9f4417b9ba
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ indent_size = 4
|
|||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.manifest]
|
||||
[*.{manifest,yml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
|
Loading…
Reference in a new issue