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
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue