diff --git a/.editorconfig b/.editorconfig index 7f07aec2b9..c69a5cb18f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,11 @@ insert_final_newline = true charset = utf-8 indent_style = space -[*.{ts,json,js}] +[*.html] +indent_style = space +indent_size = 2 + +[*.{ts,json,js,tsx,jsx}] indent_style = space indent_size = 2