From 660884b184d15ee81ce760c14a7933b6e290c945 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Tue, 24 Sep 2024 10:31:15 +0200 Subject: [PATCH] Cleanup clang-format file --- .clang-format | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.2