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 ~ = \ ? : . < > ^ &"