add editconfig and use 4 space

This commit is contained in:
kslr 2020-07-31 19:14:59 +08:00
parent e9a1bba610
commit 7ad88b8f38
2 changed files with 9 additions and 1 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

View File

@ -7,7 +7,7 @@
欢迎你将自己使用的配置制作模板,提交 PR。 欢迎你将自己使用的配置制作模板,提交 PR。
模板应遵守以下标准: 模板应遵守以下标准:
- 缩进使用 2 个空格 - 缩进使用 4 个空格
- 方 (花) 括号不换行 - 方 (花) 括号不换行
- 不需要的字段应该移除 - 不需要的字段应该移除
- `log` 部分只留 `loglevel` - `log` 部分只留 `loglevel`