clang-format: use AlignArrayOfStructures Left

While it looks okay to have `Right` for small 'ArrayOfStructs'
containing some integer, it looks horrible on string based content.

Change-Id: Ieefdbd71eacdda61596279c8304422f1e49bedf4
Reviewed-by:  Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
Dennis Oberst 2024-03-26 18:10:21 +01:00
parent 75ca64de7c
commit df02e17a3b
1 changed files with 1 additions and 1 deletions

View File

@ -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