Skip to content

Commit 07690c4

Browse files
committed
add editorconfig
1 parent 5cd3f52 commit 07690c4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[*]
2+
charset=utf-8
3+
end_of_line=lf
4+
insert_final_newline=true
5+
indent_style=space
6+
indent_size=4
7+
8+
[{.babelrc,.stylelintrc,jest.config,.eslintrc,*.json,*.jsb3,*.jsb2,*.bowerrc,*.yml,*.yaml}]
9+
indent_style=space
10+
indent_size=2
11+
12+
[*.go]
13+
indent_style=tab
14+
tab_width=4
15+
16+
[Makefile]
17+
indent_style=tab
18+
tab_width=4

0 commit comments

Comments
 (0)