mirror of
https://github.com/systemd/systemd.git
synced 2025-01-18 10:04:04 +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
|
BinPackArguments: false
|
||||||
BinPackParameters: false
|
BinPackParameters: false
|
||||||
BraceWrapping:
|
BraceWrapping:
|
||||||
AfterEnum: true
|
AfterEnum: false
|
||||||
SplitEmptyFunction: false
|
SplitEmptyFunction: false
|
||||||
SplitEmptyRecord: false
|
SplitEmptyRecord: false
|
||||||
SplitEmptyNamespace: false
|
SplitEmptyNamespace: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user