]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - .clang-format
Merge pull request #14206 from omoerbeek/rec-wildcard-denial-proof
[thirdparty/pdns.git] / .clang-format
index f191321480809758644c7543796248cff962075e..1d681f062ec2a9155553b7e6675d82f680156fc9 100644 (file)
@@ -6,6 +6,7 @@ ConstructorInitializerIndentWidth: 2
 ContinuationIndentWidth: 2
 IndentWidth:     2
 ObjCBlockIndentWidth: 2
+AlignAfterOpenBracket: Align
 
 SortIncludes:    false
 
@@ -24,7 +25,9 @@ BraceWrapping:
   AfterUnion: true
   BeforeCatch: true
   BeforeElse: true
+  SplitEmptyFunction: false
 
 AllowAllParametersOfDeclarationOnNextLine: true
 BreakConstructorInitializers: AfterColon
 ConstructorInitializerAllOnOneLineOrOnePerLine: true
+SpaceInEmptyBlock: false