From ac28c776805279de3ad334b8bff3f2439b6d9714 Mon Sep 17 00:00:00 2001 From: Otto Date: Fri, 5 Feb 2021 12:23:59 +0100 Subject: [PATCH] Setting this flag appears to fix one difference between clang-format-8 and 10 --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-format b/.clang-format index f191321480..e2bab20af9 100644 --- a/.clang-format +++ b/.clang-format @@ -24,7 +24,9 @@ BraceWrapping: AfterUnion: true BeforeCatch: true BeforeElse: true + SplitEmptyFunction: false AllowAllParametersOfDeclarationOnNextLine: true BreakConstructorInitializers: AfterColon ConstructorInitializerAllOnOneLineOrOnePerLine: true +SpaceInEmptyBlock: false -- 2.47.2