.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

View File

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