]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/uncrustify.cfg
Ignore space-around-arithmetic-operator. Let the coder decide there.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / uncrustify.cfg
index 37e15eb60b0519c82ad6546a0973f9862fd7230f..fc8437627661681ce90b96fac5593563cbbcc6ba 100644 (file)
@@ -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