#########
#BasedOnStyle:
TabWidth: 4
IndentWidth: 4
UseTab: Never
Language: Cpp
Standard: Cpp11
PointerAlignment: Left
AccessModifierOffset: 0 AlignAfterOpenBracket: false
AlignConsecutiveAssignments: true
AlignEscapedNewlinesLeft: true
AlignOperands: false
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: false
#BinPackArguments: false
BinPackParameters: false
#BraceWrapping:
#BreakAfterJavaFieldAnnotations:
BreakBeforeBinaryOperators: false
BreakBeforeBraces: Attach
BreakBeforeTernaryOperators: false
BreakConstructorInitializersBeforeComma: false
#BreakStringLiterals:
ColumnLimit: 80
CommentPragmas: ''
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 0
ContinuationIndentWidth: 0
Cpp11BracedListStyle: false
DerivePointerBinding: false
#DisableFormat:
#ExperimentalAutoDetectBinPacking:
#ForEachMacros:
#IncludeCategories:
IndentCaseLabels: false
IndentFunctionDeclarationAfterType: false
#IndentWrappedFunctionNames:
#KeepEmptyLinesAtTheStartOfBlocks:
#MacroBlockBegin:
#MacroBlockEnd:
MaxEmptyLinesToKeep: 2 NamespaceIndentation: None
#ObjCBlockIndentWidth:
ObjCSpaceAfterProperty: true
ObjCSpaceBeforeProtocolList: true
PenaltyBreakBeforeFirstCallParameter: 100
PenaltyBreakComment: 100
PenaltyBreakFirstLessLess: 0
PenaltyBreakString: 100
PenaltyExcessCharacter: 1
PenaltyReturnTypeOnItsOwnLine: 20
#PointerAlignment:
#ReflowComments: true (from v3.9)
#SortIncludes: false (from v3.9)
SpaceAfterCStyleCast: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: Always
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1 SpacesInAngles: false
SpacesInCStyleCastParentheses: false
SpacesInContainerLiterals: false
SpacesInParentheses: false
SpacesInSquareBrackets: false