From 84560566e3af478dc915fa245814227ce9d6a428 Mon Sep 17 00:00:00 2001
From: Rudolf Polzer <divverent@xonotic.org>
Date: Wed, 6 Nov 2013 17:33:53 +0100
Subject: [PATCH] Ignore space-around-arithmetic-operator. Let the coder decide
 there.

---
 qcsrc/uncrustify.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qcsrc/uncrustify.cfg b/qcsrc/uncrustify.cfg
index 37e15eb60..fc8437627 100644
--- a/qcsrc/uncrustify.cfg
+++ b/qcsrc/uncrustify.cfg
@@ -261,7 +261,7 @@ indent_oc_msg_colon                      = 0        # number #ignore
 
 # Add or remove space around arithmetic operator '+', '-', '/', '*', etc
 # NOTE: is 1002 worse than ignore
-sp_arith                                 = add      # ignore/add/remove/force
+sp_arith                                 = ignore   # ignore/add/remove/force #force
 
 # Add or remove space around assignment operator '=', '+=', etc
 # NOTE: is 44 worse than ignore
-- 
2.39.5