mirror of
https://github.com/systemd/systemd.git
synced 2024-12-31 21:18:09 +03: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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user