build(init):项目初始化建立,迁移无需重构部分内容。

This commit is contained in:
徐涛
2023-12-21 11:05:43 +08:00
commit f4969fd7d1
42 changed files with 1013 additions and 0 deletions

20
.editorconfig Normal file
View File

@@ -0,0 +1,20 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
spaces_around_operators = true
[*.rs]
indent_size = 4
indent_style = space
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
spaces_around_operators = true