# HG changeset patch # User heiko # Date 1198099499 0 # Node ID e9f92c845844f4e275e955ad3b073c7fe1a5decc # Parent f5f2a126ebf8208b4c8af5e56d1725ada1dc5abd perltidy an die richtige Stelle diff -r f5f2a126ebf8 -r e9f92c845844 .perltidyrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.perltidyrc Wed Dec 19 21:24:59 2007 +0000 @@ -0,0 +1,11 @@ +# Für OASIS +--maximum-line-length=78 +--indent-columns=4 +--continuation-indentation=4 +--nospace-for-semicolon +--paren-tightness=2 +--vertical-tightness=1 +--line-up-parentheses +--perl-syntax-check-flags=-c +--want-break-after="," +--want-break-before="<< >> ** && || += -= .= %= &= |= ^= *= <> <= >= == =~ !~ != ++ -- /= x= **= <<= >>= &&= ||= <=> + - / * | % ! x ~ = \ ? : . < > ^ &"