|
|
@ -17,7 +17,7 @@ AllowShortLoopsOnASingleLine: false
|
|
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
|
|
AlwaysBreakAfterReturnType: None
|
|
|
|
AlwaysBreakAfterReturnType: None
|
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
|
|
AlwaysBreakTemplateDeclarations: true
|
|
|
|
AlwaysBreakTemplateDeclarations: false
|
|
|
|
BinPackArguments: true
|
|
|
|
BinPackArguments: true
|
|
|
|
BinPackParameters: true
|
|
|
|
BinPackParameters: true
|
|
|
|
BraceWrapping:
|
|
|
|
BraceWrapping:
|
|
|
@ -91,7 +91,7 @@ ReflowComments: true
|
|
|
|
SortIncludes: true
|
|
|
|
SortIncludes: true
|
|
|
|
SortUsingDeclarations: true
|
|
|
|
SortUsingDeclarations: true
|
|
|
|
SpaceAfterCStyleCast: false
|
|
|
|
SpaceAfterCStyleCast: false
|
|
|
|
SpaceAfterTemplateKeyword: true
|
|
|
|
SpaceAfterTemplateKeyword: false
|
|
|
|
SpaceBeforeAssignmentOperators: true
|
|
|
|
SpaceBeforeAssignmentOperators: true
|
|
|
|
SpaceBeforeParens: ControlStatements
|
|
|
|
SpaceBeforeParens: ControlStatements
|
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|