Browse Source

add editconfig and use 4 space

pull/1/head
kslr 4 years ago
parent
commit
7ad88b8f38
  1. 8
      .editorconfig
  2. 2
      README.md

8
.editorconfig

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

2
README.md

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

Loading…
Cancel
Save