Apply local structure and editor config

This commit is contained in:
henrryyes
2026-01-18 11:44:14 +08:00
parent 06bccfa341
commit 4a34e1681e
7 changed files with 115 additions and 76 deletions

8
.editorconfig Normal file
View File

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