42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
BasedOnStyle: LLVM
|
|
AccessModifierOffset: '-4'
|
|
AlignAfterOpenBracket: Align
|
|
AlignConsecutiveAssignments: 'true'
|
|
AlignConsecutiveDeclarations: 'true'
|
|
AlignEscapedNewlines: Left
|
|
AlignOperands: 'true'
|
|
AlignTrailingComments: 'true'
|
|
AllowAllParametersOfDeclarationOnNextLine: 'true'
|
|
AllowShortBlocksOnASingleLine: 'false'
|
|
AllowShortCaseLabelsOnASingleLine: 'true'
|
|
AllowShortFunctionsOnASingleLine: All
|
|
AllowShortIfStatementsOnASingleLine: 'true'
|
|
AllowShortLoopsOnASingleLine: 'true'
|
|
AlwaysBreakTemplateDeclarations: 'true'
|
|
BinPackArguments: 'true'
|
|
BinPackParameters: 'false'
|
|
BreakBeforeBraces: Linux
|
|
BreakBeforeInheritanceComma: 'true'
|
|
BreakBeforeTernaryOperators: 'true'
|
|
BreakConstructorInitializers: BeforeComma
|
|
ColumnLimit: '120'
|
|
CompactNamespaces: 'false'
|
|
Cpp11BracedListStyle: 'true'
|
|
FixNamespaceComments: 'true'
|
|
IncludeBlocks: Regroup
|
|
IndentPPDirectives: AfterHash
|
|
IndentWidth: '4'
|
|
Language: Cpp
|
|
MaxEmptyLinesToKeep: '1'
|
|
SortIncludes: 'true'
|
|
SortUsingDeclarations: 'true'
|
|
SpaceAfterTemplateKeyword: 'true'
|
|
SpaceBeforeAssignmentOperators: 'true'
|
|
SpaceBeforeParens: Never
|
|
SpaceInEmptyParentheses: 'false'
|
|
SpacesInAngles: 'true'
|
|
SpacesInContainerLiterals: 'false'
|
|
SpacesInParentheses: 'true'
|
|
Standard: Cpp11
|
|
TabWidth: '4'
|
|
UseTab: Never |