aboutsummaryrefslogtreecommitdiffhomepage
path: root/devel
diff options
context:
space:
mode:
authorGravatar Tomi Ollila <tomi.ollila@iki.fi>2012-11-02 16:07:06 +0200
committerGravatar David Bremner <bremner@debian.org>2012-11-07 08:00:03 -0400
commit439fe710ebd2ceadc65f1e80bee545cd1a28bf59 (patch)
treed7aa77cc30d6229ceb21c4e7554168b083b2c1af /devel
parent84a0c529b960e1d305280ba56be3854c0f2679df (diff)
uncrustify.cfg: added 3 new types for uncrustify to know
Added FILE, notmuch_show_params_t and sprinter_t to be types when uncrustifying sources. This affect spacing when uncrustify is deciding for type declaration instead of binary multiplication operation.
Diffstat (limited to 'devel')
-rw-r--r--devel/uncrustify.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/uncrustify.cfg b/devel/uncrustify.cfg
index d24cf6e1..6a8769c6 100644
--- a/devel/uncrustify.cfg
+++ b/devel/uncrustify.cfg
@@ -62,8 +62,10 @@ nl_after_struct = 0
# uncrustify doesn't know whether a 'token' is part of pointer type
# or left operand of a binary multiplication operation.
+type FILE
type GMimeObject GMimeCryptoContext GMimeCipherContext
-type mime_node_t notmuch_message_t
+type mime_node_t notmuch_message_t notmuch_show_params_t
+type sprinter_t
#
# inter-character spacing options