54 строки
1.5 KiB
YAML
54 строки
1.5 KiB
YAML
---
|
|
BasedOnStyle: LLVM
|
|
AlignAfterOpenBracket: Align
|
|
AlignConsecutiveMacros: 'true'
|
|
AlignConsecutiveAssignments: 'true'
|
|
AlignConsecutiveDeclarations: 'false'
|
|
AlignEscapedNewlines: Right
|
|
AlignOperands: 'true'
|
|
AlignTrailingComments: 'true'
|
|
AllowAllArgumentsOnNextLine: 'true'
|
|
AllowAllConstructorInitializersOnNextLine: 'true'
|
|
AllowAllParametersOfDeclarationOnNextLine: 'false'
|
|
AllowShortBlocksOnASingleLine: 'false'
|
|
AllowShortCaseLabelsOnASingleLine: 'false'
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLoopsOnASingleLine: 'false'
|
|
AlwaysBreakAfterReturnType: None
|
|
AlwaysBreakBeforeMultilineStrings: 'true'
|
|
BinPackArguments: 'true'
|
|
BinPackParameters: 'false'
|
|
BreakBeforeBraces: Custom
|
|
BreakBeforeTernaryOperators: 'true'
|
|
BreakConstructorInitializers: AfterColon
|
|
BreakStringLiterals: 'true'
|
|
ColumnLimit: '80'
|
|
DerivePointerAlignment: 'false'
|
|
SortIncludes: 'false'
|
|
IncludeBlocks: Preserve
|
|
IndentCaseLabels: 'false'
|
|
IndentPPDirectives: None
|
|
IndentWidth: '8'
|
|
Language: Cpp
|
|
MaxEmptyLinesToKeep: '3'
|
|
PointerAlignment: Right
|
|
ReflowComments: 'true'
|
|
SpaceAfterCStyleCast: 'false'
|
|
SpaceAfterLogicalNot: 'false'
|
|
SpaceBeforeAssignmentOperators: 'true'
|
|
SpaceBeforeCpp11BracedList: 'true'
|
|
SpaceBeforeParens: ControlStatements
|
|
SpaceBeforeRangeBasedForLoopColon: 'true'
|
|
SpaceInEmptyParentheses: 'false'
|
|
SpacesBeforeTrailingComments: '2'
|
|
SpacesInAngles: 'false'
|
|
SpacesInCStyleCastParentheses: 'false'
|
|
SpacesInContainerLiterals: 'false'
|
|
SpacesInParentheses: 'false'
|
|
SpacesInSquareBrackets: 'false'
|
|
TabWidth: '8'
|
|
UseTab: Never
|
|
|
|
...
|