|
@@ -640,6 +640,7 @@ static FormatStyle expandPresets(const FormatStyle &Style) {
|
|
Expanded.BraceWrapping.AfterNamespace = true;
|
|
Expanded.BraceWrapping.AfterNamespace = true;
|
|
Expanded.BraceWrapping.AfterObjCDeclaration = true;
|
|
Expanded.BraceWrapping.AfterObjCDeclaration = true;
|
|
Expanded.BraceWrapping.AfterStruct = true;
|
|
Expanded.BraceWrapping.AfterStruct = true;
|
|
|
|
+ Expanded.BraceWrapping.AfterUnion = true;
|
|
Expanded.BraceWrapping.AfterExternBlock = true;
|
|
Expanded.BraceWrapping.AfterExternBlock = true;
|
|
Expanded.BraceWrapping.BeforeCatch = true;
|
|
Expanded.BraceWrapping.BeforeCatch = true;
|
|
Expanded.BraceWrapping.BeforeElse = true;
|
|
Expanded.BraceWrapping.BeforeElse = true;
|