diff options
| author | David Bremner <david@tethera.net> | 2021-03-07 15:44:46 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-03-12 07:15:41 -0400 |
| commit | 324443f16604499349f36dc0fab487d87e40d1e5 (patch) | |
| tree | a98b7d4606a29779209e2c9c0025813f5e59d564 | |
| parent | 4c79a2dabe38ac72eb9eb21620f2ffca5f1885c6 (diff) | |
devel/uncrustify: add line length limits.
A generous limit of 102 is chosen to moderate the amount of resulting
reformatting.
| -rw-r--r-- | devel/uncrustify.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
