From 911887aa5058b8b57b24175cb8e6c3ff93b6ddf5 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Wed, 10 Jun 2020 19:57:17 -0700 Subject: [PATCH] fixed garbled text --- bin/perltidy | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bin/perltidy b/bin/perltidy index 5c9f6bba..f78b1fb4 100755 --- a/bin/perltidy +++ b/bin/perltidy @@ -2523,10 +2523,9 @@ single perl operator except B<=> on a -wbb flag. =head2 Controlling List Formatting -Perltidy attempts to format lists of comma-separated values in tables -which look good. Its default algorithms usually work well, but sometimes -parameters available to control list formatting. In this case, there -are several methods available to control list formatting. +Perltidy attempts to format lists of comma-separated values in tables which +look good. Its default algorithms usually work well, but sometimes they don't. +In this case, there are several methods available to control list formatting. A very simple way to prevent perltidy from changing the line breaks within a comma-separated list of values is to insert a blank line, -- 2.39.5