File tree Expand file tree Collapse file tree 2 files changed +13
-29
lines changed Expand file tree Collapse file tree 2 files changed +13
-29
lines changed Original file line number Diff line number Diff line change 1
- # EditorConfig is awesome: https://EditorConfig.org
2
-
3
- # top-most EditorConfig file
1
+ # http://editorconfig.org
4
2
root = true
5
3
6
- [* ] # 表示所有文件都要遵循
7
- indent_style = space # 缩进风格,可选配置有space和tab
8
- indent_size = 2 # 缩进大小
9
- end_of_line = lf # 换行符,可选配置有lf、cr和crlf
10
- charset = utf-8 # 编码格式,通常都是选utf-8
11
- trim_trailing_whitespace = true # 去除多余的空格
12
- insert_final_newline = true # 在尾部插入一行
4
+ [* ]
5
+ indent_style = space
6
+ indent_size = 2
7
+ end_of_line = lf
8
+ charset = utf-8
9
+ trim_trailing_whitespace = true
10
+ insert_final_newline = true
11
+
12
+ [* .md ]
13
+ trim_trailing_whitespace = false
13
14
14
- [* .md ] # 表示仅 md 文件适用
15
- insert_final_newline = false # 在尾部插入一行
16
- trim_trailing_whitespace = false # 去除多余的空格
15
+ [Makefile ]
16
+ indent_style = tab
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments