From: Fred Morcos Date: Tue, 24 Sep 2024 08:31:15 +0000 (+0200) Subject: Cleanup clang-format file X-Git-Tag: rec-5.2.0-alpha1~63^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14705%2Fhead;p=thirdparty%2Fpdns.git Cleanup clang-format file --- diff --git a/.clang-format b/.clang-format index 1d681f062e..e56bf79197 100644 --- a/.clang-format +++ b/.clang-format @@ -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