]> git.donarmstrong.com Git - perltidy.git/commit
reduce max known iterations to converge (b878)
authorSteve Hancock <perltidy@users.sourceforge.net>
Wed, 2 Oct 2024 14:03:46 +0000 (07:03 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Wed, 2 Oct 2024 14:03:46 +0000 (07:03 -0700)
commit2727c49196790cbfc59b926bc594cfa506ff5454
treecd89b7977ee5834221827e603cd1b8b636a57eb7
parent39c8010f54f3f2703afc690ea0463f9d7036604b
reduce max known iterations to converge (b878)

This involved the unusual combination of using -boc on a list with line breaks
both before and after commas. This was a simple fix. The max known number of
iterations to converge is now 3 instead of 5.
lib/Perl/Tidy.pm
lib/Perl/Tidy/Formatter.pm