diff --git a/.editorconfig b/.editorconfig index d236c9250..fba8ec726 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,7 @@ max_line_length = 120 indent_style = space indent_size = 2 -[*.{jsx,html}] +[*.html] indent_size = 4 [package.json]