首次提交

This commit is contained in:
2025-03-26 13:40:54 +08:00
commit aada5ef8c4
34 changed files with 9013 additions and 0 deletions

17
.editorconfig Normal file
View File

@@ -0,0 +1,17 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.{html,js,json,ts,css}]
indent_style = tab
indent_size = 4
[*.txt]
insert_final_newline = false
[*.{md,yml,yaml}]
indent_style = space
indent_size = 2