mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +02:00
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:
committed by
Zbigniew Jędrzejewski-Szmek
parent
4573592ddf
commit
d3f45d130e
@@ -34,7 +34,7 @@ AlwaysBreakTemplateDeclarations: Yes
|
||||
BinPackArguments: false
|
||||
BinPackParameters: false
|
||||
BraceWrapping:
|
||||
AfterEnum: true
|
||||
AfterEnum: false
|
||||
SplitEmptyFunction: false
|
||||
SplitEmptyRecord: false
|
||||
SplitEmptyNamespace: false
|
||||
|
Reference in New Issue
Block a user