From dcebcc6b1b5b03f7fd37864ded04fabdba0a0b57 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 4 Jan 2018 22:27:35 +0100 Subject: Initial draft. --- .perltidyrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .perltidyrc (limited to '.perltidyrc') diff --git a/.perltidyrc b/.perltidyrc new file mode 100644 index 0000000..d50e6d7 --- /dev/null +++ b/.perltidyrc @@ -0,0 +1,23 @@ +# Settings for perltidy + +# use best practices, except use of stdout +--perl-best-practices +--no-standard-output +--no-standard-error-output + +# use TAB for lead indentation +--tabs +--entab-leading-whitespace=4 +-nola + +# indent only already indented comments +--indent-spaced-block-comments + +# put brace on new line for named subroutines +--opening-sub-brace-on-new-line + +# preserve horisontally styled lists +--break-at-old-comma-breakpoints + +# overwrite (we use CVS), and leave backup only on error +--backup-file-extension=/~ -- cgit v1.2.3