mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
.clang-format: SpaceBeforeParens: Never
This is more consistent with how xash3d formats its `if` and `switch` statements
This commit is contained in:
committed by
Alibek Omarov
parent
12b579bc34
commit
239474b01e
@@ -20,7 +20,7 @@ AllowShortLoopsOnASingleLine: false
|
||||
NamespaceIndentation: Inner
|
||||
|
||||
SpaceAfterCStyleCast: false
|
||||
SpaceBeforeParens: true
|
||||
SpaceBeforeParens: Never
|
||||
SpaceInEmptyParentheses: true
|
||||
SpacesInAngles: true
|
||||
SpacesInParentheses: true
|
||||
|
||||
Reference in New Issue
Block a user