iw4-sp/.clang-format
2023-05-25 22:56:38 +02:00

13 lines
204 B
YAML

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