From: Norbert Lange Date: Sat, 18 Jul 2020 23:40:06 +0000 (+0200) Subject: clang-format: set Break afer enum to false X-Git-Tag: v246-rc2~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3f45d130e21b8edf37db34e333b76bb001e918b;p=thirdparty%2Fsystemd.git clang-format: set Break afer enum to false if set to true, the opening bracket will be moved to the next line. --- diff --git a/.clang-format b/.clang-format index ab1954935ca..ab27960a673 100644 --- a/.clang-format +++ b/.clang-format @@ -34,7 +34,7 @@ AlwaysBreakTemplateDeclarations: Yes BinPackArguments: false BinPackParameters: false BraceWrapping: - AfterEnum: true + AfterEnum: false SplitEmptyFunction: false SplitEmptyRecord: false SplitEmptyNamespace: false