diff --git a/.editorconfig b/.editorconfig index 794e044f..79f0fb65 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,7 @@ trim_trailing_whitespace = true charset = utf-8 indent_style = tab indent_size = 4 + +[*.yml] +indent_style = space +indent_size = 2