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
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ IncludeCategories:
|
||||||
IndentCaseLabels: false
|
IndentCaseLabels: false
|
||||||
IndentWidth: 8
|
IndentWidth: 8
|
||||||
InsertBraces: true
|
InsertBraces: true
|
||||||
# SpaceBeforeParens: ControlStatementsExceptControlMacros # clang-format >= 13.0
|
SpaceBeforeParens: ControlStatementsExceptControlMacros
|
||||||
SortIncludes: false
|
SortIncludes: false
|
||||||
UseTab: Always
|
UseTab: Always
|
||||||
WhitespaceSensitiveMacros:
|
WhitespaceSensitiveMacros:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue