Skip to content

Commit 64679d1

Browse files
Apply JavaScript config to TypeScript too
1 parent 2e1d838 commit 64679d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ indent_style = space
1818
indent_size = 2
1919

2020
# JavaScript-specific settings
21-
[*.js]
21+
[*.{js,ts}]
2222
quote_type = double
2323
continuation_indent_size = 2
2424
curly_bracket_next_line = false

0 commit comments

Comments
 (0)