feat: move pc project

This commit is contained in:
ckaaaa 2025-09-18 10:28:15 +08:00
parent 4a940f28ba
commit f61c744a30
209 changed files with 37132 additions and 5032 deletions

16
.editorconfig Normal file
View file

@ -0,0 +1,16 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab