Skip to content

Commit 7177d7b

Browse files
committed
update .editorconfig
1 parent 8becbae commit 7177d7b

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.editorconfig

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
root = true
3+
14
[*]
25
charset = utf-8
3-
4-
[*.{js,json,ts,yml}]
56
indent_size = 2
6-
indent_style = space
7+
indent_style = tab
78
insert_final_newline = true
89
trim_trailing_whitespace = true
910

11+
[*.{cjs,js,mjs,ts}]
12+
block_comment_start = /*
13+
block_comment = *
14+
block_comment_end = */
15+
16+
[*.{yml,yaml}]
17+
indent_style = space
18+
1019
[*.md]
1120
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)