Files
iw4x-sp/.clang-format
T

13 lines
204 B
YAML
Raw Normal View History

2023-12-08 17:16:22 +01:00
---
Language: Cpp
BasedOnStyle: LLVM
DerivePointerAlignment: false
PointerAlignment: Left
SortIncludes: false
# Regroup causes unnecessary noise due to clang-format bug.
IncludeBlocks: Preserve
---