26 lines
713 B
Plaintext
26 lines
713 B
Plaintext
![]() |
---
|
||
|
BasedOnStyle: LLVM
|
||
|
AlignAfterOpenBracket: BlockIndent
|
||
|
AlignConsecutiveAssignments:
|
||
|
Enabled: true
|
||
|
AcrossEmptyLines: true
|
||
|
AcrossComments: true
|
||
|
AlignCompound: true
|
||
|
PadOperators: false
|
||
|
AlignEscapedNewlines: Left
|
||
|
AllowAllArgumentsOnNextLine: false
|
||
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||
|
AllowShortBlocksOnASingleLine: Always
|
||
|
AllowShortEnumsOnASingleLine: false
|
||
|
BinPackArguments: false
|
||
|
BinPackParameters: false
|
||
|
BreakBeforeBinaryOperators: NonAssignment
|
||
|
BreakConstructorInitializers: BeforeComma
|
||
|
InsertNewlineAtEOF: true
|
||
|
KeepEmptyLinesAtEOF: true
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
PackConstructorInitializers: Never
|
||
|
PointerAlignment: Middle
|
||
|
QualifierAlignment: Right
|
||
|
ShortNamespaceLines: 0
|