46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
IndentWidth: 4
|
|
PointerAlignment: Left
|
|
BreakAfterAttributes: Always
|
|
BreakStringLiterals: true
|
|
SpaceAfterCStyleCast: true
|
|
SortIncludes: CaseSensitive
|
|
UseTab: Never
|
|
ReflowComments: false
|
|
EmptyLineAfterAccessModifier: Never
|
|
TabWidth: 4
|
|
SpaceAroundPointerQualifiers: Default
|
|
InsertNewlineAtEOF: true
|
|
InsertBraces: true
|
|
IndentCaseLabels: true
|
|
IncludeBlocks: Regroup
|
|
ContinuationIndentWidth: 2
|
|
ColumnLimit: 80
|
|
BreakBeforeBraces: Attach
|
|
BinPackParameters: true
|
|
BinPackArguments: true
|
|
AllowAllArgumentsOnNextLine: true
|
|
AllowShortBlocksOnASingleLine: Never
|
|
AlignOperands: Align
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
AlignConsecutiveMacros: Consecutive
|
|
AlignEscapedNewlines: Left
|
|
AlignConsecutiveDeclarations: false
|
|
AlignConsecutiveAssignments: Consecutive
|
|
IndentCaseBlocks: true
|
|
AlignArrayOfStructures: Left
|
|
AlignAfterOpenBracket: Align
|
|
AllowAllConstructorInitializersOnNextLine: true
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AlwaysBreakAfterReturnType: None
|
|
BracedInitializerIndentWidth: 4
|
|
BreakConstructorInitializers: AfterColon
|
|
DerivePointerAlignment: false
|
|
IndentWrappedFunctionNames: true
|
|
Language: Cpp
|
|
SpaceAfterLogicalNot: false
|
|
LineEnding: LF
|