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

2021-03-12 Thread David Bremner
David Bremner  writes:

> A generous limit of 102 is chosen to moderate the amount of resulting
> reformatting.

applied to master.

d
___
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-le...@notmuchmail.org


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

2021-03-08 Thread Tomi Ollila
On Sun, Mar 07 2021, David Bremner wrote:

> A generous limit of 102 is chosen to moderate the amount of resulting
> reformatting.

LGTM

Tomi


> ---
>  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_width102
> +ls_for_split_full True
> +ls_func_split_fullTrue
> +ls_code_width True
> -- 
> 2.30.1
> ___
> notmuch mailing list -- notmuch@notmuchmail.org
> To unsubscribe send an email to notmuch-le...@notmuchmail.org
___
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-le...@notmuchmail.org


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

2021-03-07 Thread 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_width102
+ls_for_split_full True
+ls_func_split_fullTrue
+ls_code_width True
-- 
2.30.1
___
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-le...@notmuchmail.org