初始版本

This commit is contained in:
fofolee
2022-03-29 11:53:22 +08:00
parent a51b32269f
commit 80408cf4b3
438 changed files with 20727 additions and 90480 deletions

9
.editorconfig Normal file
View File

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