diff --git a/.clang-format b/.clang-format index 8d1d4275..0f304e1a 100644 --- a/.clang-format +++ b/.clang-format @@ -105,7 +105,7 @@ PenaltyReturnTypeOnItsOwnLine: 100 # The coding style does not specify the following, but this is what gives # results closest to the existing code. AlignAfterOpenBracket: Align -AlignArrayOfStructures: Right +AlignArrayOfStructures: Left AlwaysBreakTemplateDeclarations: Yes