42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
---
|
|
BasedOnStyle: LLVM
|
|
AlignConsecutiveMacros: 'true'
|
|
AlignConsecutiveAssignments: 'true'
|
|
AlignConsecutiveDeclarations: 'true'
|
|
AlignEscapedNewlines: Left
|
|
AllowShortBlocksOnASingleLine: 'true'
|
|
AllowShortCaseLabelsOnASingleLine: 'true'
|
|
AllowShortFunctionsOnASingleLine: All
|
|
AllowShortIfStatementsOnASingleLine: Always
|
|
AllowShortLoopsOnASingleLine: 'true'
|
|
AlwaysBreakAfterDefinitionReturnType: TopLevel
|
|
AlwaysBreakAfterReturnType: AllDefinitions
|
|
AlwaysBreakBeforeMultilineStrings: 'false'
|
|
BinPackArguments: 'false'
|
|
BinPackParameters: 'false'
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
BreakBeforeBraces: Linux
|
|
BreakStringLiterals: 'false'
|
|
ColumnLimit: '150'
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
|
Cpp11BracedListStyle: 'false'
|
|
IncludeBlocks: Regroup
|
|
IndentCaseLabels: 'true'
|
|
IndentPPDirectives: None
|
|
IndentWidth: '8'
|
|
Language: Cpp
|
|
PointerAlignment: Left
|
|
ReflowComments: 'true'
|
|
SortIncludes: 'true'
|
|
SpaceAfterCStyleCast: 'true'
|
|
SpaceAfterLogicalNot: 'false'
|
|
SpaceBeforeAssignmentOperators: 'true'
|
|
SpaceBeforeCpp11BracedList: 'true'
|
|
SpaceBeforeParens: ControlStatements
|
|
SpacesInCStyleCastParentheses: 'false'
|
|
Standard: Cpp11
|
|
TabWidth: '8'
|
|
UseTab: ForIndentation
|
|
|
|
...
|