mirror of
https://github.com/diamante0018/BlackOpsPlugin.git
synced 2025-04-21 18:55:42 +00:00
12 lines
200 B
YAML
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
|
|
|
|
---
|