schwern / perl5i

A single module to fix as much of Perl 5 as possible in one go

This URL has Read+Write access

perl5i / .perltidyrc
100644 18 lines (17 sloc) 0.708 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--maximum-line-length=100 # we have widescreen now
--indent-columns=4
--continuation-indentation=2
--no-opening-sub-brace-on-new-line
--paren-tightness=1
--square-bracket-tightness=1
--brace-tightness=1
--no-space-for-semicolon
--no-outdent-long-quotes
--output-line-ending=unix
--no-outdent-labels
--no-blanks-before-comments
--blanks-before-subs
--blanks-before-blocks
--maximum-consecutive-blank-lines=2 # Allow two blanks between subroutines
--nospace-after-keyword="my local our and or eq ne if else elsif until unless while for foreach return switch case given when"
--want-break-before="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x="