46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
Language: Cpp
|
|
AccessModifierOffset: -2
|
|
AlignEscapedNewlines: DontAlign
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
AlwaysBreakTemplateDeclarations: true
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BraceWrapping:
|
|
AfterClass: false
|
|
AfterControlStatement: false
|
|
AfterEnum: false
|
|
AfterFunction: false
|
|
AfterNamespace: false
|
|
AfterObjCDeclaration: false
|
|
AfterStruct: false
|
|
AfterUnion: false
|
|
BeforeCatch: false
|
|
BeforeElse: false
|
|
IndentBraces: false
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
BreakBeforeBraces: Custom
|
|
BreakBeforeInheritanceComma: true
|
|
BreakConstructorInitializersBeforeComma: true
|
|
BreakStringLiterals: false
|
|
ColumnLimit: 0
|
|
CompactNamespaces: true
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
ConstructorInitializerIndentWidth: 2
|
|
ContinuationIndentWidth: 2
|
|
IndentCaseLabels: true
|
|
IndentWidth: 2
|
|
MaxEmptyLinesToKeep: 3
|
|
PointerAlignment: Middle
|
|
ReflowComments: false
|
|
SortIncludes: false
|
|
SortUsingDeclarations: false
|
|
SpaceBeforeParens: ControlStatements
|
|
SpacesBeforeTrailingComments: 2
|
|
SpacesInContainerLiterals: false
|
|
SpacesInParentheses: true
|
|
SpacesInSquareBrackets: true
|
|
Standard: Cpp11
|
|
TabWidth: 2
|
|
UseTab: ForIndentation
|