mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
4c79a2dabe
commit
324443f166
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue