13 lines
321 B
YAML
13 lines
321 B
YAML
BasedOnStyle: LLVM
|
|
|
|
AlignAfterOpenBracket: AlwaysBreak
|
|
AlignConsecutiveAssignments: true
|
|
AlignConsecutiveDeclarations: true
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AlwaysBreakTemplateDeclarations: true
|
|
BreakConstructorInitializers: BeforeComma
|
|
ColumnLimit: 140
|
|
IndentWidth: 4
|
|
PointerAlignment: Left
|
|
ReflowComments: false
|