57 lines
1.4 KiB
YAML
57 lines
1.4 KiB
YAML
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
|
|
AccessModifierOffset: -8
|
|
AlignAfterOpenBracket: Align
|
|
AlignConsecutiveAssignments: Consecutive
|
|
AlignConsecutiveDeclarations: Consecutive
|
|
AlignConsecutiveMacros: Consecutive
|
|
AlignEscapedNewlines: Left
|
|
AlignOperands: DontAlign
|
|
AlignTrailingComments: Always
|
|
AllowShortBlocksOnASingleLine: Never
|
|
AllowShortEnumsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortLambdasOnASingleLine: None
|
|
BraceWrapping:
|
|
AfterCaseLabel: false
|
|
AfterClass: false
|
|
AfterControlStatement: false
|
|
AfterEnum: false
|
|
AfterFunction: true
|
|
AfterNamespace: false
|
|
AfterObjCDeclaration: false
|
|
AfterStruct: false
|
|
AfterUnion: false
|
|
AfterExternBlock: false
|
|
BeforeCatch: false
|
|
BeforeElse: false
|
|
BeforeLambdaBody: false
|
|
BeforeWhile: false
|
|
IndentBraces: false
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
BreakBeforeBraces: Custom
|
|
BreakInheritanceList: AfterColon
|
|
BreakBeforeTernaryOperators: true
|
|
BreakConstructorInitializers: BeforeComma
|
|
BreakStringLiterals: false
|
|
ColumnLimit: 80
|
|
Cpp11BracedListStyle: true
|
|
EmptyLineBeforeAccessModifier: Always
|
|
IndentAccessModifiers: false
|
|
IndentCaseBlocks: false
|
|
IndentCaseLabels: false
|
|
IndentGotoLabels: false
|
|
IndentPPDirectives: None
|
|
IndentWidth: 8
|
|
InsertNewlineAtEOF: true
|
|
InsertTrailingCommas: None
|
|
MaxEmptyLinesToKeep: 1
|
|
NamespaceIndentation: None
|
|
PackConstructorInitializers: NextLineOnly
|
|
PointerAlignment: Left
|
|
SortIncludes: Never
|
|
SpaceBeforeCaseColon: false
|
|
TabWidth: 8
|
|
UseTab: Always
|