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:
Kristoffer Rist Skøien 2024-07-31 16:01:56 +02:00 committed by Anas Nashif
commit f36828b5d8

View file

@ -93,6 +93,7 @@ IncludeCategories:
- Regex: '.*'
Priority: 3
IndentCaseLabels: false
IndentGotoLabels: false
IndentWidth: 8
InsertBraces: true
SpaceBeforeParens: ControlStatementsExceptControlMacros