1
0

chore: 统一项目编辑器配置,移至仓库根目录

This commit is contained in:
2026-04-24 22:28:01 +08:00
parent 4c62c071fb
commit b9b487c591
5 changed files with 11 additions and 10 deletions

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8