Uncrustify: Change line length to 100 chars

80 is too small.

Change-Id: I79a702449f72fcf66ae00e3508546389b022b900
Reviewed-on: https://code.wireshark.org/review/35484
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Orgad Shaneh 2019-12-18 09:27:09 +02:00 committed by Anders Broman
parent 8dd407d97c
commit a9c79f0159
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ pp_indent_count = indent_columns # number
pp_indent = remove # ignore/add/remove/force FF: was 'force'
# Try to limit code width to N number of columns
code_width = 80 # number
code_width = 100 # number
# Whether to fully split long function protos/calls at commas
ls_func_split_full = false # false/true, FF: was 'true'