.clang-format: SpaceBeforeParens: Never
This is more consistent with how xash3d formats its `if` and `switch` statements
This commit is contained in:
parent
12b579bc34
commit
239474b01e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ AllowShortLoopsOnASingleLine: false
|
|||
NamespaceIndentation: Inner
|
||||
|
||||
SpaceAfterCStyleCast: false
|
||||
SpaceBeforeParens: true
|
||||
SpaceBeforeParens: Never
|
||||
SpaceInEmptyParentheses: true
|
||||
SpacesInAngles: true
|
||||
SpacesInParentheses: true
|
||||
|
|
Loading…
Add table
Reference in a new issue