build: change editorconfig to use 2 space indentation for yaml files

This commit is contained in:
2021-09-16 21:50:26 +02:00
parent 09459615b8
commit 3108aca6ba

View File

@@ -6,3 +6,7 @@ indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yaml]
indent_style = space
indent_size = 2