clang-format: set Break afer enum to false

if set to true, the opening bracket will be moved to the next line.
This commit is contained in:
Norbert Lange 2020-07-19 01:40:06 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 4573592ddf
commit d3f45d130e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: false
BinPackParameters: false
BraceWrapping:
AfterEnum: true
AfterEnum: false
SplitEmptyFunction: false
SplitEmptyRecord: false
SplitEmptyNamespace: false