This commit is contained in:
2023-12-08 17:16:22 +01:00
commit ce6b6f4112
169 changed files with 22772 additions and 0 deletions

12
.clang-format Normal file
View File

@ -0,0 +1,12 @@

---
Language: Cpp
BasedOnStyle: LLVM
DerivePointerAlignment: false
PointerAlignment: Left
SortIncludes: false
# Regroup causes unnecessary noise due to clang-format bug.
IncludeBlocks: Preserve
---