Skip to content

Commit 21ed234

Browse files
committed
[INTERNAL] Update .editorconfig
1 parent 9e1a122 commit 21ed234

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.editorconfig

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ root = true
44

55
[*]
66
charset = utf-8
7+
indent_style = tab
78

8-
[*.{css,html,js,json,less,txt}]
9+
[*.{css,html,js,less,txt,json,yml,md}]
910
trim_trailing_whitespace = true
1011
end_of_line = lf
11-
tab_width = 4
12+
indent_size = 4
13+
insert_final_newline = true
14+
15+
[*.yml}]
16+
indent_style = space
17+
indent_size = 2
1218

1319
[*.md]
1420
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)