From b884142eddb3d9bc9206419781ad8d830ac82c1c Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 20 Nov 2018 13:45:47 -0500 Subject: [PATCH] no bug - some minor tweaks to perltidy to allow for longer lines in some cases --- .perltidyrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.perltidyrc b/.perltidyrc index f15324190a..95c8973748 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 -- 2.47.3