]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Cleanup clang-format file 14705/head
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 24 Sep 2024 08:31:15 +0000 (10:31 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Tue, 24 Sep 2024 08:31:15 +0000 (10:31 +0200)
.clang-format

index 1d681f062ec2a9155553b7e6675d82f680156fc9..e56bf7919702f28cc5cd3522642a9a99a92e87f5 100644 (file)
@@ -1,14 +1,14 @@
 ---
-Language:        Cpp
-BasedOnStyle:  WebKit
+Language: Cpp
+BasedOnStyle: WebKit
 AccessModifierOffset: -2
 ConstructorInitializerIndentWidth: 2
 ContinuationIndentWidth: 2
-IndentWidth:     2
+IndentWidth: 2
 ObjCBlockIndentWidth: 2
 AlignAfterOpenBracket: Align
 
-SortIncludes:    false
+SortIncludes: false
 
 SpaceBeforeCpp11BracedList: false
 Cpp11BracedListStyle: true