Initial commit

This commit is contained in:
wangxuming
2026-07-12 15:53:24 +08:00
commit 68d61700d5
252 changed files with 23291 additions and 0 deletions

18
.editorconfig Normal file
View File

@@ -0,0 +1,18 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{go,js,jsx,ts,tsx,json,yml,yaml}]
indent_style = space
indent_size = 2
[*.go]
indent_style = tab
[*.md]
trim_trailing_whitespace = false