From: David Bremner Date: Sun, 7 Mar 2021 19:44:46 +0000 (-0400) Subject: devel/uncrustify: add line length limits. X-Git-Tag: 0.32_rc0~74 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=324443f16604499349f36dc0fab487d87e40d1e5 devel/uncrustify: add line length limits. A generous limit of 102 is chosen to moderate the amount of resulting reformatting. --- diff --git a/devel/uncrustify.cfg b/devel/uncrustify.cfg index c36c33d6..d203d4e1 100644 --- a/devel/uncrustify.cfg +++ b/devel/uncrustify.cfg @@ -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