diff --git a/.editorconfig b/.editorconfig index 822648d..c399d28 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,6 @@ tab_width = 2 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true + +[*.yml] +indent_style = space