devel/uncrustify: add line length limits.

A generous limit of 102 is chosen to moderate the amount of resulting
reformatting.
This commit is contained in:
David Bremner 2021-03-07 15:44:46 -04:00
parent 4c79a2dabe
commit 324443f166

View 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