.clang-format: SpaceBeforeParens: Never

This is more consistent with how xash3d formats its `if` and `switch` statements
This commit is contained in:
Gleb Mazovetskiy 2021-01-02 23:25:10 +00:00 committed by Alibek Omarov
parent 12b579bc34
commit 239474b01e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ AllowShortLoopsOnASingleLine: false
NamespaceIndentation: Inner
SpaceAfterCStyleCast: false
SpaceBeforeParens: true
SpaceBeforeParens: Never
SpaceInEmptyParentheses: true
SpacesInAngles: true
SpacesInParentheses: true