[PATCH] devel/uncrustify: add line length limits.

Subject: [PATCH] devel/uncrustify: add line length limits.

Date: Sun, 7 Mar 2021 15:44:46 -0400

To: notmuch@notmuchmail.org

Cc: David Bremner

From: David Bremner


A generous limit of 102 is chosen to moderate the amount of resulting
reformatting.
---
 devel/uncrustify.cfg | 6 ++++++
 1 file changed, 6 insertions(+)

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
-- 
2.30.1
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: