initial commit

This commit is contained in:
fanlumaster
2025-01-01 23:59:37 +08:00
commit e865631fe9
53 changed files with 12742 additions and 0 deletions

7
.clang-format Normal file
View File

@ -0,0 +1,7 @@
---
BasedOnStyle: llvm
IndentWidth: 2
# do not sort header files
SortIncludes: false
ColumnLimit: 300