[PATCH 2/7] devel: remove between ++ / -- and argument
David Bremner
david at tethera.net
Wed Jun 12 04:35:01 PDT 2019
Apparently we just missed the option to get "x++" while keeping "x + y".
---
devel/uncrustify.cfg | 1 +
1 file changed, 1 insertion(+)
diff --git a/devel/uncrustify.cfg b/devel/uncrustify.cfg
index 6a8769c6..b8e57324 100644
--- a/devel/uncrustify.cfg
+++ b/devel/uncrustify.cfg
@@ -71,6 +71,7 @@ type sprinter_t
# inter-character spacing options
#
+sp_incdec = remove
sp_before_ptr_star = force
sp_between_ptr_star = remove
sp_after_ptr_star = remove
--
2.20.1
More information about the notmuch
mailing list