clang-format: remove SpacesInParens
It's exclusive to clang-format 17 which is too new at the moment.
This commit is contained in:
parent
6ce41f687d
commit
1edb34b313
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ SpaceBeforeAssignmentOperators: true
|
|||
SpaceBeforeParens: ControlStatements
|
||||
SpacesBeforeTrailingComments: 1
|
||||
SpacesInCStyleCastParentheses: false
|
||||
SpacesInParens: Never
|
||||
# clang-format 17
|
||||
#SpacesInParens: Never
|
||||
SpacesInSquareBrackets: false
|
||||
TabWidth: 4
|
||||
UseTab: ForContinuationAndIndentation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue