diff --git a/dot_editorconfig b/dot_editorconfig index 883b074..2386457 100644 --- a/dot_editorconfig +++ b/dot_editorconfig @@ -5,5 +5,8 @@ root = true end_of_line = lf charset = utf-8 indent_style = tab -insert_final_newline = true trim_trailing_whitespace = true + +[*.yml] +indent_style = space +indent_size = 2