diff --git a/.editorconfig b/.editorconfig index 5bb446a..83c177d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ charset = utf-8 max_line_length = 90 # .js, .jsx, .ts, .tsx -[*.{js,ts}?] +[*.{js,ts,jsx,tsx}] indent_style = space indent_size = 2 quote_type = single