Re-write this according to my current c-taste

This commit is contained in:
2022-06-19 17:19:50 +02:00
parent d57e410587
commit c3a4e27566
10 changed files with 216 additions and 197 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
---