From 324443f16604499349f36dc0fab487d87e40d1e5 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 7 Mar 2021 15:44:46 -0400 Subject: [PATCH] devel/uncrustify: add line length limits. 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.43.0