From: Dylan William Hardison Date: Tue, 20 Nov 2018 18:45:47 +0000 (-0500) Subject: no bug - some minor tweaks to perltidy to allow for longer lines in some cases X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b884142eddb3d9bc9206419781ad8d830ac82c1c;p=thirdparty%2Fbugzilla.git no bug - some minor tweaks to perltidy to allow for longer lines in some cases --- diff --git a/.perltidyrc b/.perltidyrc index f15324190..95c897374 100644 --- a/.perltidyrc +++ b/.perltidyrc @@ -2,6 +2,10 @@ -w # Show all warnings -iob # Ignore old breakpoints -l=80 # 80 characters per line +-vmll +-ibc +-iscl +-hsc -mbl=2 # No more than 2 blank lines -i=2 # Indentation is 2 columns -ci=2 # Continuation indentation is 2 columns