clang-format: add SpaceBeforeInheritanceColon False

For clang-format to adhere to checkpatch, this flag needs to be set.

Signed-off-by: Mirko Covizzi <mirko.covizzi@nordicsemi.no>
This commit is contained in:
Mirko Covizzi 2024-08-07 10:37:04 +02:00 committed by Anas Nashif
parent 8cbe13aeaa
commit b75c59115f

View file

@ -96,6 +96,7 @@ IndentCaseLabels: false
IndentGotoLabels: false IndentGotoLabels: false
IndentWidth: 8 IndentWidth: 8
InsertBraces: true InsertBraces: true
SpaceBeforeInheritanceColon: False
SpaceBeforeParens: ControlStatementsExceptControlMacros SpaceBeforeParens: ControlStatementsExceptControlMacros
SortIncludes: Never SortIncludes: Never
UseTab: ForContinuationAndIndentation UseTab: ForContinuationAndIndentation