Skip to content

Commit

Permalink
clang-format: add SpaceBeforeInheritanceColon False
Browse files Browse the repository at this point in the history
For clang-format to adhere to checkpatch, this flag needs to be set.

Signed-off-by: Mirko Covizzi <[email protected]>
  • Loading branch information
MirkoCovizzi authored and nashif committed Aug 9, 2024
1 parent 8cbe13a commit b75c591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ IndentCaseLabels: false
IndentGotoLabels: false
IndentWidth: 8
InsertBraces: true
SpaceBeforeInheritanceColon: False
SpaceBeforeParens: ControlStatementsExceptControlMacros
SortIncludes: Never
UseTab: ForContinuationAndIndentation
Expand Down

0 comments on commit b75c591

Please sign in to comment.