This commit is contained in:
2022-03-22 23:41:36 +00:00
parent 1dd227baa5
commit 8a2df0a179
42 changed files with 2495 additions and 3388 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
---