.editorconfig: add yml rules
While editing .gitlab-ci.yml, my editor kept indenting to tabs due to the override for [*]. This retains the existing style.
This commit is contained in:
parent
19bebd8497
commit
06ee1d3cfb
|
@ -20,3 +20,7 @@ indent_style = space
|
|||
[Makefile]
|
||||
indent_size = 8
|
||||
indent_style = tab
|
||||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
|
Loading…
Reference in New Issue