clang-format: IndentGotoLabels false
For clang-format to adhere to checkpatch, this flag needs to be set Signed-off-by: Kristoffer Rist Skøien <kristoffer.skoien@nordicsemi.no>
This commit is contained in:
parent
b68477b372
commit
f36828b5d8
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ IncludeCategories:
|
|||
- Regex: '.*'
|
||||
Priority: 3
|
||||
IndentCaseLabels: false
|
||||
IndentGotoLabels: false
|
||||
IndentWidth: 8
|
||||
InsertBraces: true
|
||||
SpaceBeforeParens: ControlStatementsExceptControlMacros
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue