|
@@ -11,17 +11,18 @@ AllowShortCaseLabelsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLambdasOnASingleLine: All
|
|
AllowShortLambdasOnASingleLine: All
|
|
-AllowShortLoopsOnASingleLine: true
|
|
|
|
|
|
+AllowShortLoopsOnASingleLine: false
|
|
AlwaysBreakAfterReturnType: None
|
|
AlwaysBreakAfterReturnType: None
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
BreakBeforeBraces: Custom
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
BraceWrapping:
|
|
- AfterCaseLabel: false
|
|
|
|
|
|
+ AfterCaseLabel: true
|
|
AfterClass: true
|
|
AfterClass: true
|
|
AfterControlStatement: Always
|
|
AfterControlStatement: Always
|
|
AfterEnum: true
|
|
AfterEnum: true
|
|
AfterFunction: true
|
|
AfterFunction: true
|
|
AfterNamespace: true
|
|
AfterNamespace: true
|
|
|
|
+ AfterStruct: true
|
|
AfterUnion: true
|
|
AfterUnion: true
|
|
BeforeCatch: true
|
|
BeforeCatch: true
|
|
BeforeElse: true
|
|
BeforeElse: true
|
|
@@ -57,9 +58,9 @@ SpaceBeforeCpp11BracedList: false
|
|
SpaceBeforeCtorInitializerColon: true
|
|
SpaceBeforeCtorInitializerColon: true
|
|
SpaceBeforeInheritanceColon: true
|
|
SpaceBeforeInheritanceColon: true
|
|
SpaceBeforeParens: ControlStatements
|
|
SpaceBeforeParens: ControlStatements
|
|
-SpaceBeforeRangeBasedForLoopColon: false
|
|
|
|
|
|
+SpaceBeforeRangeBasedForLoopColon: true
|
|
SpaceInEmptyParentheses: false
|
|
SpaceInEmptyParentheses: false
|
|
-SpacesBeforeTrailingComments: 0
|
|
|
|
|
|
+SpacesBeforeTrailingComments: 1
|
|
SpacesInAngles: false
|
|
SpacesInAngles: false
|
|
SpacesInCStyleCastParentheses: false
|
|
SpacesInCStyleCastParentheses: false
|
|
SpacesInContainerLiterals: false
|
|
SpacesInContainerLiterals: false
|