blob: ae26db077b44eb384bd41cc64fa9f89f591cc595 (
plain)
1
2
3
4
5
6
7
8
|
BasedOnStyle: LLVM
PointerAlignment: Left
IndentCaseLabels: true
ColumnLimit: 100
ContinuationIndentWidth: 2
ConstructorInitializerIndentWidth: 2
AlignAfterOpenBracket: DontAlign
SpaceAfterTemplateKeyword: false
|