From c4dc10de9021b690cb2d506782ff7e168d3845e4 Mon Sep 17 00:00:00 2001 From: Sara Date: Mon, 10 Mar 2025 23:34:14 +0100 Subject: [PATCH] feat: updated clang-format --- .clang-format | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.clang-format b/.clang-format index 758167c..7b473eb 100644 --- a/.clang-format +++ b/.clang-format @@ -63,9 +63,9 @@ ColumnLimit: 0 # CommentPragmas: '^ IWYU pragma:' # QualifierAlignment: Leave # CompactNamespaces: false -ConstructorInitializerIndentWidth: 8 +ConstructorInitializerIndentWidth: 4 ContinuationIndentWidth: 8 -Cpp11BracedListStyle: false +Cpp11BracedListStyle: true # DeriveLineEnding: true # DerivePointerAlignment: false # DisableFormat: false @@ -138,7 +138,7 @@ KeepEmptyLinesAtTheStartOfBlocks: false # SpaceBeforeCpp11BracedList: false # SpaceBeforeCtorInitializerColon: true # SpaceBeforeInheritanceColon: true -# SpaceBeforeParens: ControlStatements +SpaceBeforeParens: Never # SpaceBeforeParensOptions: # AfterControlStatements: true # AfterForeachMacros: true