69 lines
1.9 KiB
YAML
Executable File
69 lines
1.9 KiB
YAML
Executable File
AccessModifierOffset: -2
|
|
AlignAfterOpenBracket: false
|
|
AlignConsecutiveAssignments: true
|
|
# AlignConsecutiveDeclarations: false
|
|
AlignEscapedNewlinesLeft: true
|
|
AlignOperands: false
|
|
AlignTrailingComments: true
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
# AlwaysBreakAfterReturnType: None
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
AlwaysBreakTemplateDeclarations: true
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BreakBeforeBinaryOperators: None
|
|
BreakBeforeBraces: Attach
|
|
BreakBeforeTernaryOperators: false
|
|
BreakConstructorInitializersBeforeComma: false
|
|
# BreakStringLiterals: false
|
|
ColumnLimit: 140
|
|
# CommentPragmas:
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
ConstructorInitializerIndentWidth: 1
|
|
ContinuationIndentWidth: 2
|
|
Cpp11BracedListStyle: true
|
|
DerivePointerAlignment : false
|
|
DisableFormat: false
|
|
# ExperimentalAutoDetectBinPacking: false
|
|
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
|
|
# IncludeCategories:
|
|
# IncludeIsMainRegex:
|
|
IndentCaseLabels: true
|
|
IndentWidth: 4
|
|
# IndentWrappedFunctionNames:
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
Language: Cpp
|
|
# MacroBlockBegin:
|
|
# MacroBlockEnd:
|
|
MaxEmptyLinesToKeep: 1
|
|
NamespaceIndentation: Inner
|
|
# PenaltyBreakBeforeFirstCallParameter:
|
|
# PenaltyBreakComment:
|
|
# PenaltyBreakFirstLessLess:
|
|
# PenaltyBreakString:
|
|
# PenaltyExcessCharacter:
|
|
# PenaltyReturnTypeOnItsOwnLine:
|
|
PointerAlignment: Middle
|
|
# ReflowComments: false
|
|
SortIncludes: true
|
|
SpaceAfterCStyleCast: true
|
|
# SpaceAfterTemplateKeyword: true
|
|
SpaceBeforeAssignmentOperators: true
|
|
SpaceBeforeParens: Never
|
|
SpaceInEmptyParentheses: false
|
|
SpacesBeforeTrailingComments: 1
|
|
SpacesInAngles: true
|
|
SpacesInCStyleCastParentheses: true
|
|
SpacesInContainerLiterals: true
|
|
SpacesInParentheses: false
|
|
SpacesInSquareBrackets: false
|
|
Standard: Cpp11
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
|