clang-format: enable SpaceBeforeParens option
The option required clang-format >= 13, we now require >= 15, so it can be enabled. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
4a50f9362f
commit
407041a10f
|
@ -78,7 +78,7 @@ IncludeCategories:
|
|||
IndentCaseLabels: false
|
||||
IndentWidth: 8
|
||||
InsertBraces: true
|
||||
# SpaceBeforeParens: ControlStatementsExceptControlMacros # clang-format >= 13.0
|
||||
SpaceBeforeParens: ControlStatementsExceptControlMacros
|
||||
SortIncludes: false
|
||||
UseTab: Always
|
||||
WhitespaceSensitiveMacros:
|
||||
|
|
Loading…
Reference in a new issue