aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2019-12-18 09:27:09 +0200
committerAnders Broman <a.broman58@gmail.com>2019-12-18 09:34:25 +0000
commita9c79f0159be54aefec4b6705d48bdb0fb09513b (patch)
tree3f926bef4594d6c0d08f8467716b54b0a97c1c6c /tools
parent8dd407d97c89983b6d38deca5f742cde33be64fd (diff)
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/ws-coding-style.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ws-coding-style.cfg b/tools/ws-coding-style.cfg
index 5f5d8baf4f..6418ac7208 100644
--- a/tools/ws-coding-style.cfg
+++ b/tools/ws-coding-style.cfg
@@ -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'