2023-06-30 20:41:02 +02:00
|
|
|
# We'll use defaults from the LLVM style, but with 4 columns indentation.
|
|
|
|
BasedOnStyle: LLVM
|
|
|
|
IndentWidth: 4
|
2023-07-03 16:59:28 +02:00
|
|
|
|
2023-06-30 20:41:02 +02:00
|
|
|
Language: Cpp
|
|
|
|
# Force pointers to the type for C++.
|
|
|
|
DerivePointerAlignment: false
|
2023-07-03 16:59:28 +02:00
|
|
|
PointerAlignment: Left
|