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:
parent
8cbe13aeaa
commit
b75c59115f
|
@ -96,6 +96,7 @@ IndentCaseLabels: false
|
|||
IndentGotoLabels: false
|
||||
IndentWidth: 8
|
||||
InsertBraces: true
|
||||
SpaceBeforeInheritanceColon: False
|
||||
SpaceBeforeParens: ControlStatementsExceptControlMacros
|
||||
SortIncludes: Never
|
||||
UseTab: ForContinuationAndIndentation
|
||||
|
|
Loading…
Reference in New Issue