Skip to content

Commit a28974f

Browse files
committed
Editorconfig.
1 parent a007edb commit a28974f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
8+
[*.js]
9+
indent_style = tab
10+
indent_size = 4
11+
12+
[*.{yaml,yml,json}]
13+
indent_style = space
14+
indent_size = 2

0 commit comments

Comments
 (0)