diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..710e02a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true diff --git a/README.md b/README.md index 1135c34..f31b654 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 欢迎你将自己使用的配置制作模板,提交 PR。 模板应遵守以下标准: -- 缩进使用 2 个空格 +- 缩进使用 4 个空格 - 方 (花) 括号不换行 - 不需要的字段应该移除 - `log` 部分只留 `loglevel`