diff --git a/.editorconfig b/.editorconfig index baf2ca9..4292eb3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,3 +4,7 @@ tab_width = 4 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true + +[*.yml] +indent_style = space +indent_size = 2