diff --git a/.editorconfig b/.editorconfig index 7791bb6ef7..9c21cd8bce 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,9 +13,9 @@ insert_final_newline = true trim_trailing_whitespace = true indent_style = tab -[*.json,*.yml] +[{*.json,*.yml}] indent_style = space indent_size = 2 -[*.txt,wp-config-sample.php] +[{*.txt,wp-config-sample.php}] end_of_line = crlf