diff --git a/.editorconfig b/.editorconfig index 35c5fb2e..38bfa24c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,3 +5,7 @@ end_of_line = lf indent_style = tab insert_final_newline = true trim_trailing_whitespace = true + +[*.yml] +indent_style = space +indent_size = 2