Skip to content

Commit b52b1bf

Browse files
mingkuang-Chuyuxupengjie1
authored and
xupengjie1
committed
Initial commit
0 parents  commit b52b1bf

File tree

3 files changed

+438
-0
lines changed

3 files changed

+438
-0
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
4+
# 代码文件尽可能的使用 UTF-8,因为英语字符占据大多数。
5+
# 数据文件比如 XML,json统一缩进 2,因为外部规范往往如此
6+
7+
[*]
8+
end_of_line = crlf
9+
insert_final_newline = true
10+
charset = utf-8-bom
11+
indent_style = space
12+
indent_size = 4
13+
14+
[*.{vcxproj,xml,props,targets}]
15+
indent_style = space
16+
indent_size = 2
17+
insert_final_newline = false

0 commit comments

Comments
 (0)