feat: 添加.editorconfig

This commit is contained in:
meishibiezb
2026-05-26 19:58:19 +08:00
parent 1b7486c242
commit a6bc1c665e

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
root = true
[*]
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 4