From b75c59115f4919a4d47ce04fbc13258af2316bbf Mon Sep 17 00:00:00 2001 From: Mirko Covizzi Date: Wed, 7 Aug 2024 10:37:04 +0200 Subject: [PATCH] clang-format: add SpaceBeforeInheritanceColon False For clang-format to adhere to checkpatch, this flag needs to be set. Signed-off-by: Mirko Covizzi --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 44fc09aa5526..2b438bf57cc6 100644 --- a/.clang-format +++ b/.clang-format @@ -96,6 +96,7 @@ IndentCaseLabels: false IndentGotoLabels: false IndentWidth: 8 InsertBraces: true +SpaceBeforeInheritanceColon: False SpaceBeforeParens: ControlStatementsExceptControlMacros SortIncludes: Never UseTab: ForContinuationAndIndentation