Skip to content

Commit 31218e1

Browse files
committed
editorconfig
1 parent 3be7033 commit 31218e1

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

.editorconfig

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
1-
# EditorConfig http://EditorConfig.org
1+
# http://EditorConfig.org
22

33
[*]
44
charset = utf-8
55
end_of_line = lf
6+
insert_final_newline = true
7+
8+
[*.html]
9+
indent_style = tab
10+
11+
[*.js]
12+
indent_style = tab
13+
14+
[*.json]
15+
indent_size = 2
16+
indent_style = space
17+
18+
[*.md]
619
indent_size = 4
720
indent_style = tab
8-
insert_final_newline = true
21+
22+
[*.yml]
23+
indent_size = 2
24+
indent_style = space

0 commit comments

Comments
 (0)