|
|
|
@ -6,12 +6,12 @@ AlignAfterOpenBracket: Align
|
|
|
|
|
AlignConsecutiveAssignments: false
|
|
|
|
|
AlignConsecutiveDeclarations: false
|
|
|
|
|
AlignEscapedNewlinesLeft: false
|
|
|
|
|
AlignOperands: true
|
|
|
|
|
AlignOperands: true
|
|
|
|
|
AlignTrailingComments: true
|
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
|
|
@ -44,7 +44,6 @@ ContinuationIndentWidth: 4
|
|
|
|
|
Cpp11BracedListStyle: true
|
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
|
DisableFormat: false
|
|
|
|
|
ExperimentalAutoDetectBinPacking: false
|
|
|
|
|
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
|
|
|
|
|
IncludeCategories:
|
|
|
|
|
- Regex: '^\<[wW]indows.h\>'
|
|
|
|
@ -69,7 +68,7 @@ PenaltyBreakComment: 300
|
|
|
|
|
PenaltyBreakFirstLessLess: 120
|
|
|
|
|
PenaltyBreakString: 1000
|
|
|
|
|
PenaltyExcessCharacter: 1000000
|
|
|
|
|
PenaltyReturnTypeOnItsOwnLine: 60
|
|
|
|
|
PenaltyReturnTypeOnItsOwnLine: 150
|
|
|
|
|
PointerAlignment: Left
|
|
|
|
|
ReflowComments: true
|
|
|
|
|
SortIncludes: true
|
|
|
|
|