fork repo

This commit is contained in:
2025-09-02 19:12:20 +08:00
commit 1d9cacc518
59 changed files with 32586 additions and 0 deletions

14
html/.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[{*.json, *.scss}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false