Add rules for YAML files to .editorconfig

This commit is contained in:
David Hrdlička
2021-12-19 12:00:54 +01:00
parent 043ab9ce77
commit 9bf93f7074

View File

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