Clang format victory royale

This commit is contained in:
2022-03-08 21:41:21 +00:00
parent b4fa5527ff
commit f3de05f065
36 changed files with 2481 additions and 2803 deletions

11
.clang-format Normal file
View File

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