editorconfig: add exception for yml files that use 2-space indentation

This commit is contained in:
George Kiagiadakis 2020-05-19 09:21:55 +03:00
parent 98780cdbe1
commit 31a3458c93

View file

@ -13,3 +13,7 @@ insert_final_newline = true
[*.build]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2