]> git.cworth.org Git - notmuch/commitdiff
devel/uncrustify: add line length limits.
authorDavid Bremner <david@tethera.net>
Sun, 7 Mar 2021 19:44:46 +0000 (15:44 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 12 Mar 2021 11:15:41 +0000 (07:15 -0400)
A generous limit of 102 is chosen to moderate the amount of resulting
reformatting.

devel/uncrustify.cfg

index c36c33d67052e8ee034d44478de7473e2f67cba4..d203d4e1020e3cf2e0950e99806373c0f9040978 100644 (file)
@@ -119,3 +119,9 @@ 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