diff --git a/.editorconfig b/.editorconfig index 2218d36192..0e0572b750 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,7 @@ indent_size = 4 insert_final_newline = true trim_trailing_whitespace = true -[*.js] +[*.{js,jsx,ts,tsx,mjs}] quote_type = single [package.json] @@ -21,6 +21,6 @@ quote_type = single indent_size = 2 indent_style = space -[{*.yaml,*.yml,*.md}] +[*.{yaml,yml,md}] indent_style = space indent_size = 2