paradiso-win/.clang-format

8 lines
213 B
Text
Raw Normal View History

# 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
Language: Cpp
# Force pointers to the type for C++.
DerivePointerAlignment: false
2023-07-03 16:59:28 +02:00
PointerAlignment: Left