projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d55d6b
)
Ignore space-around-arithmetic-operator. Let the coder decide there.
author
Rudolf Polzer <divverent@xonotic.org>
Wed, 6 Nov 2013 16:33:53 +0000
(17:33 +0100)
committer
Rudolf Polzer <divverent@xonotic.org>
Wed, 6 Nov 2013 16:33:53 +0000
(17:33 +0100)
qcsrc/uncrustify.cfg
patch
|
blob
|
history
diff --git
a/qcsrc/uncrustify.cfg
b/qcsrc/uncrustify.cfg
index
37e15eb
..
fc84376
100644
(file)
--- 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