]> git.cworth.org Git - notmuch/blobdiff - devel/uncrustify.cfg
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / devel / uncrustify.cfg
index d24cf6e11535431ac896bb5c923298b9958c9d9b..d203d4e1020e3cf2e0950e99806373c0f9040978 100644 (file)
@@ -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