mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +01:00
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.
This commit is contained in:
parent
84a0c529b9
commit
439fe710eb
1 changed files with 3 additions and 1 deletions
|
@ -62,8 +62,10 @@ nl_after_struct = 0
|
||||||
# uncrustify doesn't know whether a 'token' is part of pointer type
|
# uncrustify doesn't know whether a 'token' is part of pointer type
|
||||||
# or left operand of a binary multiplication operation.
|
# or left operand of a binary multiplication operation.
|
||||||
|
|
||||||
|
type FILE
|
||||||
type GMimeObject GMimeCryptoContext GMimeCipherContext
|
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
|
# inter-character spacing options
|
||||||
|
|
Loading…
Add table
Reference in a new issue