mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
.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
@ -20,7 +20,7 @@ AllowShortLoopsOnASingleLine: false
|
||||
NamespaceIndentation: Inner
|
||||
|
||||
SpaceAfterCStyleCast: false
|
||||
SpaceBeforeParens: true
|
||||
SpaceBeforeParens: Never
|
||||
SpaceInEmptyParentheses: true
|
||||
SpacesInAngles: true
|
||||
SpacesInParentheses: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user