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