style(.editorconfig): 移除一些重复配置项

[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
indent_style=space
indent_size=2
max_line_length
= 100

[*.{yml,yaml,json}]
indent_style = space
indent_size =
2

其中[*.{yml,yaml,json}]下定义的配置项已经在[*]中定义了
This commit is contained in:
钱忠旺 2022-04-26 14:20:18 +08:00
parent 07c2567751
commit b44ec9e280

View File

@ -8,9 +8,7 @@ indent_style=space
indent_size=2
max_line_length = 100
[*.{yml,yaml,json}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false