summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Tillmanns <marcus.tillmanns@qt.io>2022-04-26 13:38:40 +0200
committerMarcus Tillmanns <marcus.tillmanns@qt.io>2022-04-26 11:42:29 +0000
commit3000a0e96fadbc5ba25f91c4c2ea6dea126de83a (patch)
treea0caca40f2ea99ce8d0f58a97ab5587f73d12cbd
parent9afe4f958a9f17f6391e9c67e9b4a58e055c939f (diff)
downloadqt-creator-3000a0e96fadbc5ba25f91c4c2ea6dea126de83a.tar.gz
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>
-rw-r--r--.clang-format1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 7077765291..97f7f2b234 100644
--- a/.clang-format
+++ b/.clang-format
@@ -99,7 +99,6 @@ PenaltyExcessCharacter: 50
PenaltyReturnTypeOnItsOwnLine: 300
PointerAlignment: Right
ReflowComments: false
-RemoveBracesLLVM: true
SortIncludes: true
SortUsingDeclarations: true
SpaceAfterCStyleCast: true