formatting: Remove braces rule from .clang-format

The RemoveBracesLLVM option is not completely compatible with all
exceptions from our code style guide, so we have to remove it.

Change-Id: I4bf4405e4463eb0137ca5c2c0ad3d86deb8e903b
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Marcus Tillmanns
2022-04-26 13:38:40 +02:00
parent 9afe4f958a
commit 3000a0e96f

View File

@@ -99,7 +99,6 @@ PenaltyExcessCharacter: 50
PenaltyReturnTypeOnItsOwnLine: 300 PenaltyReturnTypeOnItsOwnLine: 300
PointerAlignment: Right PointerAlignment: Right
ReflowComments: false ReflowComments: false
RemoveBracesLLVM: true
SortIncludes: true SortIncludes: true
SortUsingDeclarations: true SortUsingDeclarations: true
SpaceAfterCStyleCast: true SpaceAfterCStyleCast: true