diff --git a/.editorconfig b/.editorconfig index 160d331c..2918ffb7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,10 +8,9 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -indent_style = space -indent_size = 4 +indent_style = tab -# Matches the composer.json and .travis.yml -[{composer.json,.travis.yml}] +# Matches the .json and .yml +[{*.json,.*.yml}] indent_style = space indent_size = 2