Files
BlackOpsPlugin/.clang-format
T
2022-03-08 21:41:21 +00:00

12 lines
200 B
YAML

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