From: Rudolf Polzer Date: Wed, 6 Nov 2013 16:33:53 +0000 (+0100) Subject: Ignore space-around-arithmetic-operator. Let the coder decide there. X-Git-Tag: xonotic-v0.8.0~268 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=84560566e3af478dc915fa245814227ce9d6a428;p=xonotic%2Fxonotic-data.pk3dir.git Ignore space-around-arithmetic-operator. Let the coder decide there. --- 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