30 lines
801 B
YAML
30 lines
801 B
YAML
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
UseTab: Always
|
|
TabWidth: 4
|
|
ColumnLimit: 0
|
|
IndentCaseLabels: true
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
FixNamespaceComments: false
|
|
SpaceBeforeParens: Never
|
|
SpaceAfterCStyleCast: true
|
|
SeparateDefinitionBlocks: Always
|
|
PackConstructorInitializers: Never
|
|
IncludeBlocks: Preserve
|
|
SpaceBeforeInheritanceColon: false
|
|
AlignConsecutiveAssignments: false
|
|
AlignConsecutiveDeclarations: false
|
|
AlignTrailingComments: false
|
|
AlignOperands: false
|
|
AlignEscapedNewlines: false
|
|
AlignConsecutiveMacros: false
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
SpaceBeforeCtorInitializerColon: false
|
|
SpaceBeforeAssignmentOperators: true
|
|
AllowShortLoopsOnASingleLine: true
|
|
AlignAfterOpenBracket: DontAlign
|
|
LambdaBodyIndentation: Signature
|
|
LineEnding: LF
|
|
ContinuationIndentWidth: 4
|