|
|
@ -11,7 +11,7 @@ AlignTrailingComments: true
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
|
|
AllowShortBlocksOnASingleLine: true
|
|
|
|
AllowShortBlocksOnASingleLine: true
|
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: All
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
|
@ -39,7 +39,7 @@ BreakBeforeBinaryOperators: None
|
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
BreakBeforeInheritanceComma: false
|
|
|
|
BreakBeforeInheritanceComma: false
|
|
|
|
BreakBeforeTernaryOperators: true
|
|
|
|
BreakBeforeTernaryOperators: true
|
|
|
|
BreakConstructorInitializersBeforeComma: false
|
|
|
|
BreakConstructorInitializersBeforeComma: true
|
|
|
|
BreakConstructorInitializers: BeforeColon
|
|
|
|
BreakConstructorInitializers: BeforeColon
|
|
|
|
BreakAfterJavaFieldAnnotations: false
|
|
|
|
BreakAfterJavaFieldAnnotations: false
|
|
|
|
BreakStringLiterals: true
|
|
|
|
BreakStringLiterals: true
|
|
|
|