initial commit

This commit is contained in:
2026-02-09 11:40:12 +08:00
commit 1f98910722
63 changed files with 4972 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