|
|
@ -14,6 +14,7 @@ AlignTrailingComments: true |
|
|
|
AllowAllArgumentsOnNextLine: false |
|
|
|
AllowAllArgumentsOnNextLine: false |
|
|
|
AllowAllConstructorInitializersOnNextLine: true |
|
|
|
AllowAllConstructorInitializersOnNextLine: true |
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false |
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false |
|
|
|
|
|
|
|
AllowShortCaseLabelsOnASingleLine: true |
|
|
|
AllowShortLambdasOnASingleLine: All |
|
|
|
AllowShortLambdasOnASingleLine: All |
|
|
|
|
|
|
|
|
|
|
|
AlwaysBreakTemplateDeclarations: Yes |
|
|
|
AlwaysBreakTemplateDeclarations: Yes |
|
|
|