diff --git a/.editorconfig b/.editorconfig index 36bee2f..cf8a32a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,8 +5,11 @@ root = true [*] indent_style = tab -indent_size = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = false insert_final_newline = false + +[*.yml] +indent_style = space +indent_size = 2 \ No newline at end of file