MW3ServerFreezer/.clang-format

14 lines
240 B
YAML

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