Skip to content

Commit 1f0f33f

Browse files
committed
🔧 Fix JavaScript/TypeScript indent size
1 parent 4687894 commit 1f0f33f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ indent_style = space
88
indent_size = 4
99
trim_trailing_whitespace = true
1010

11+
[*.{js,ts}]
12+
indent_size = 2
13+
1114
[*.json]
1215
insert_final_newline = ignore
1316

0 commit comments

Comments
 (0)