62 lines
1.5 KiB
Plaintext
62 lines
1.5 KiB
Plaintext
|
---
|
||
|
Standard: Auto
|
||
|
Language: Cpp
|
||
|
BasedOnStyle: LLVM
|
||
|
ColumnLimit: 0
|
||
|
IndentWidth: 8
|
||
|
TabWidth: 8
|
||
|
UseTab: ForIndentation
|
||
|
|
||
|
AlignConsecutiveAssignments: true
|
||
|
AlignConsecutiveBitFields: true
|
||
|
AlignConsecutiveDeclarations: true
|
||
|
AlignConsecutiveMacros: true
|
||
|
AlignEscapedNewlines: Left
|
||
|
AlignOperands: AlignAfterOperator
|
||
|
AlignTrailingComments: true
|
||
|
|
||
|
AllowShortBlocksOnASingleLine: Always
|
||
|
AllowShortCaseLabelsOnASingleLine: true
|
||
|
AllowShortEnumsOnASingleLine: true
|
||
|
AllowShortFunctionsOnASingleLine: All
|
||
|
AllowShortIfStatementsOnASingleLine: Always
|
||
|
AllowShortLoopsOnASingleLine: true
|
||
|
|
||
|
AlwaysBreakAfterDefinitionReturnType: TopLevel
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
AlwaysBreakBeforeMultilineStrings: true
|
||
|
AlwaysBreakBeforeMultilineStrings: false
|
||
|
|
||
|
BinPackArguments: false
|
||
|
BinPackParameters: false
|
||
|
|
||
|
BreakBeforeBinaryOperators: All
|
||
|
BreakBeforeBraces: Attach
|
||
|
BreakBeforeTernaryOperators: true
|
||
|
|
||
|
BreakStringLiterals: false
|
||
|
BreakConstructorInitializers: AfterColon
|
||
|
|
||
|
IndentCaseLabels: true
|
||
|
IndentPPDirectives: None
|
||
|
IndentGotoLabels: true
|
||
|
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||
|
ContinuationIndentWidth: 2
|
||
|
Cpp11BracedListStyle: true
|
||
|
IncludeBlocks: Regroup
|
||
|
InsertTrailingCommas: Wrapped
|
||
|
PointerAlignment: Right
|
||
|
ReflowComments: true
|
||
|
SortIncludes: true
|
||
|
SpaceAfterCStyleCast: true
|
||
|
SpaceAfterLogicalNot: false
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
SpaceBeforeCpp11BracedList: true
|
||
|
SpaceBeforeParens: Always
|
||
|
SpacesInConditionalStatement: false
|
||
|
SpacesInCStyleCastParentheses: false
|
||
|
SpacesInParentheses: false
|
||
|
|
||
|
...
|