style: optimize .editorconfig

This commit is contained in:
开源海哥 2023-07-10 12:17:32 +08:00
parent 9582f88cf7
commit 3d66fd04a4
2 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,3 @@
# 告诉EditorConfig插件这是根文件不用继续往上查找
root = true root = true
# 匹配全部文件 # 匹配全部文件
@ -13,7 +11,7 @@ trim_trailing_whitespace = true
# 设置字符集 # 设置字符集
charset = utf-8 charset = utf-8
# 缩进风格,可选"space"、"tab" # 缩进风格,可选"space"、"tab"
indent_style = tab indent_style = space
# 缩进的空格数 # 缩进的空格数
indent_size = 4 indent_size = 4