X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=devel%2Funcrustify.cfg;h=d203d4e1020e3cf2e0950e99806373c0f9040978;hb=2c1d1107f5dacdb4a2c514909fd96f45f83e2f3c;hp=d24cf6e11535431ac896bb5c923298b9958c9d9b;hpb=00a8581e4dcc5112d502729b1698d9c1598d3413;p=notmuch diff --git a/devel/uncrustify.cfg b/devel/uncrustify.cfg index d24cf6e1..d203d4e1 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 @@ -115,3 +117,11 @@ align_right_cmt_span = 8 # align comments span this much in func cmt_star_cont = true # indent_brace = 0 + +indent_class = true + +# line width / line splitting +code_width 102 +ls_for_split_full True +ls_func_split_full True +ls_code_width True