diff --git a/.editorconfig b/.editorconfig index 3d600b6c7d717..cfe48dadc0dde 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ insert_final_newline = true end_of_line = lf indent_style = space -[*.{js,ts,md}] +[*.{js,ts,tsx,md}] indent_size = 4 [*.{json,yml}]