chore: 新增格式化标准

This commit is contained in:
lonewolfyx 2026-02-05 15:10:31 +08:00
parent 60a3d6d673
commit cc689720b9

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = false
max_line_length = 120
tab_width = 4