From: Otto Date: Fri, 5 Feb 2021 11:23:59 +0000 (+0100) Subject: Setting this flag appears to fix one difference between clang-format-8 and 10 X-Git-Tag: dnsdist-1.6.0-alpha2~61^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10061%2Fhead;p=thirdparty%2Fpdns.git Setting this flag appears to fix one difference between clang-format-8 and 10 --- 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