forked from qt-creator/qt-creator
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user