18 lines
555 B
Text
18 lines
555 B
Text
---
|
|
BasedOnStyle: LLVM
|
|
AlignAfterOpenBracket: Align
|
|
AlignEscapedNewlines: Right
|
|
AlignOperands: true
|
|
AlignTrailingComments: true
|
|
AllowAllArgumentsOnNextLine: true
|
|
AllowAllConstructorInitializersOnNextLine: false
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortBlocksOnASingleLine: Always
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
BinPackArguments: true
|
|
BinPackParameters: true
|
|
CompactNamespaces: false
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
FixNamespaceComments: true
|
|
IncludeBlocks: Regroup |