diff --git a/.editorconfig b/.editorconfig index 7fc8038..283165a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,6 @@ indent_style = tab insert_final_newline = true trim_trailing_whitespace = true -[*.lua] -indent_size = 3 -indent_style = tab +[*.{yaml,yml}] +indent_size = 2 +indent_style = space