We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4687894 commit 1f0f33fCopy full SHA for 1f0f33f
.editorconfig
@@ -8,6 +8,9 @@ indent_style = space
8
indent_size = 4
9
trim_trailing_whitespace = true
10
11
+[*.{js,ts}]
12
+indent_size = 2
13
+
14
[*.json]
15
insert_final_newline = ignore
16
0 commit comments