editorconfig: add yml files

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2021-08-16 14:53:57 +10:00
parent e06d9bd380
commit 50387078d6

View file

@ -24,7 +24,7 @@ indent_style = space
indent_size = 4
charset = utf-8
[*.{yaml,tmpl}]
[*.{yaml,yml,tmpl}]
indent_style = space
indent_size = 2
charset = utf-8