chore: 调整 EditorConfig 规则顺序

按字母顺序排列,便于阅读
This commit is contained in:
贤心 2024-07-11 17:49:51 +08:00
parent 61f8e5a74c
commit de2072ef48

View File

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