]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Setting this flag appears to fix one difference between clang-format-8 and 10 10061/head
authorOtto <otto.moerbeek@open-xchange.com>
Fri, 5 Feb 2021 11:23:59 +0000 (12:23 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Fri, 5 Feb 2021 11:23:59 +0000 (12:23 +0100)
.clang-format

index f191321480809758644c7543796248cff962075e..e2bab20af9a339a764e561a04d35714de2890128 100644 (file)
@@ -24,7 +24,9 @@ BraceWrapping:
   AfterUnion: true
   BeforeCatch: true
   BeforeElse: true
+  SplitEmptyFunction: false
 
 AllowAllParametersOfDeclarationOnNextLine: true
 BreakConstructorInitializers: AfterColon
 ConstructorInitializerAllOnOneLineOrOnePerLine: true
+SpaceInEmptyBlock: false