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
1 changed files with 1 additions and 0 deletions

View File

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