iw4-sp/.clang-format

13 lines
204 B
Plaintext
Raw Permalink Normal View History

2023-05-25 16:56:38 -04:00

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