start to refactor for C++23
This commit is contained in:
parent
42c7221318
commit
cd19543627
19 changed files with 489 additions and 434 deletions
12
.clang-format
Normal file
12
.clang-format
Normal file
|
@ -0,0 +1,12 @@
|
|||
# We'll use defaults from the LLVM style, but with 4 columns indentation.
|
||||
BasedOnStyle: LLVM
|
||||
IndentWidth: 4
|
||||
|
||||
|
||||
Language: Cpp
|
||||
|
||||
# Force pointers to the type for C++.
|
||||
DerivePointerAlignment: false
|
||||
PointerAlignment: Left
|
||||
AlignConsecutiveAssignments: true
|
||||
LambdaBodyIndentation: OuterScope
|
Loading…
Add table
Add a link
Reference in a new issue