diff --git a/.editorconfig b/.editorconfig index f6c46aff4..74bafd7b0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ root = true end_of_line = lf insert_final_newline = true -[*js] +[*{js,jsx}] charset = utf-8 indent_style = space trim_trailing_whitespace = true