feat: 模板配置

This commit is contained in:
2025-09-17 17:54:00 +08:00
parent d4bc69d504
commit bc2aff3a4b
18 changed files with 5089 additions and 183 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*]
indent_size = 2
max_line_length = 100
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space