mirror of https://github.com/qt/qtgrpc.git
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:
parent
75ca64de7c
commit
df02e17a3b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue