]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
clang-format: set Break afer enum to false
authorNorbert Lange <nolange79@gmail.com>
Sat, 18 Jul 2020 23:40:06 +0000 (01:40 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 19 Jul 2020 13:44:04 +0000 (15:44 +0200)
if set to true, the opening bracket will be moved to the next line.

.clang-format

index ab1954935ca7a758152d13d96c1c38585c2755f7..ab27960a6738f78f76790049bea97b6dead1b055 100644 (file)
@@ -34,7 +34,7 @@ AlwaysBreakTemplateDeclarations: Yes
 BinPackArguments: false
 BinPackParameters: false
 BraceWrapping:
-  AfterEnum:       true
+  AfterEnum:       false
   SplitEmptyFunction: false
   SplitEmptyRecord: false
   SplitEmptyNamespace: false