From 239474b01e08af5cdc24bc223a55c602b25ef4d3 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sat, 2 Jan 2021 23:25:10 +0000 Subject: [PATCH] .clang-format: SpaceBeforeParens: Never This is more consistent with how xash3d formats its `if` and `switch` statements --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index d306525f..aceb5b48 100644 --- a/.clang-format +++ b/.clang-format @@ -20,7 +20,7 @@ AllowShortLoopsOnASingleLine: false NamespaceIndentation: Inner SpaceAfterCStyleCast: false -SpaceBeforeParens: true +SpaceBeforeParens: Never SpaceInEmptyParentheses: true SpacesInAngles: true SpacesInParentheses: true