From d3f45d130e21b8edf37db34e333b76bb001e918b Mon Sep 17 00:00:00 2001 From: Norbert Lange Date: Sun, 19 Jul 2020 01:40:06 +0200 Subject: [PATCH] clang-format: set Break afer enum to false if set to true, the opening bracket will be moved to the next line. --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index ab1954935c..ab27960a67 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