diff --git a/.editorconfig b/.editorconfig index 24ba2ba..81333b6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,6 @@ indent_style = tab insert_final_newline = true trim_trailing_whitespace = true -*{.yaml,.yml}] +[*{.yaml,.yml}] indent_size = 2 indent_style = space