diff --git a/.editorconfig b/.editorconfig index b4a75c5..7f37c99 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,7 +18,7 @@ indent_style = space indent_size = 2 # JavaScript-specific settings -[*.js] +[*.{js,ts}] quote_type = double continuation_indent_size = 2 curly_bracket_next_line = false