From f668427531b9e81a5e94950722aa8514bfd641a8 Mon Sep 17 00:00:00 2001 From: Perl Tidy Date: Wed, 5 Dec 2018 15:39:27 -0500 Subject: revise perltidyrc --- .perltidyrc | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3-24-g4f1b