.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:
Hugo Osvaldo Barrera 2023-11-06 09:41:53 +01:00 committed by Natanael Copa
parent 19bebd8497
commit 06ee1d3cfb
1 changed files with 4 additions and 0 deletions

View File

@ -20,3 +20,7 @@ indent_style = space
[Makefile]
indent_size = 8
indent_style = tab
[*.yml]
indent_size = 2
indent_style = space