From 3000a0e96fadbc5ba25f91c4c2ea6dea126de83a Mon Sep 17 00:00:00 2001 From: Marcus Tillmanns Date: Tue, 26 Apr 2022 13:38:40 +0200 Subject: [PATCH] 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 --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index 70777652915..97f7f2b2347 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