File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ UseTab: Never
66
77AlignAfterOpenBracket : AlwaysBreak
88AlignOperands : true
9- AllowAllParametersOfDeclarationOnNextLine : true
9+ AllowAllParametersOfDeclarationOnNextLine : false
1010AllowShortBlocksOnASingleLine : false
1111AllowShortFunctionsOnASingleLine : false
1212AllowShortIfStatementsOnASingleLine : false
@@ -28,8 +28,6 @@ IndentCaseLabels: true
2828IndentWidth : 4
2929IndentWrappedFunctionNames : false
3030KeepEmptyLinesAtTheStartOfBlocks : false
31- MacroBlockBegin : ' '
32- MacroBlockEnd : ' '
3331MaxEmptyLinesToKeep : 1
3432NamespaceIndentation : All
3533PenaltyBreakBeforeFirstCallParameter : 10
@@ -38,14 +36,10 @@ PenaltyBreakFirstLessLess: 200
3836PenaltyBreakString : 1000
3937PenaltyExcessCharacter : 1000000
4038PenaltyReturnTypeOnItsOwnLine : 1000000
41- PointerAlignment : Left
42- SortIncludes : true
43- SpaceAfterCStyleCast : false
4439SpaceBeforeAssignmentOperators : true
4540SpaceBeforeParens : ControlStatements
4641SpaceInEmptyParentheses : false
4742SpacesBeforeTrailingComments : 2
4843SpacesInAngles : false
49- SpacesInCStyleCastParentheses : false
5044SpacesInParentheses : false
5145SpacesInSquareBrackets : false
You can’t perform that action at this time.
0 commit comments