diff options
author | Perl Tidy <perltidy@bugzilla.org> | 2018-12-05 21:39:27 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-12-05 23:50:03 +0100 |
commit | f668427531b9e81a5e94950722aa8514bfd641a8 (patch) | |
tree | b5b8aae4dd5f0da5222f2a1903077fe808a9682d | |
parent | 8ec8da0491ad89604700b3e29a227966f6d84ba1 (diff) | |
download | bugzilla-f668427531b9e81a5e94950722aa8514bfd641a8.tar.gz bugzilla-f668427531b9e81a5e94950722aa8514bfd641a8.tar.xz |
revise perltidyrc
-rw-r--r-- | .perltidyrc | 4 |
1 files changed, 4 insertions, 0 deletions
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 |