Skip to content

Commit b240d36

Browse files
committed
加入了 editorConfig 文件保持统一的代码风格
1 parent b0338bc commit b240d36

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
root = true
4+
5+
[*]
6+
indent_style = tab
7+
indent_size = 4
8+
charset = utf-8
9+
10+
[*.{js,json,yml}]
11+
indent_size = 2

0 commit comments

Comments
 (0)