perltidy an die richtige Stelle draft
authorheiko
Wed, 19 Dec 2007 21:24:59 +0000
changeset 1 e9f92c845844
parent 0 f5f2a126ebf8
child 2 e5c47baa6743
perltidy an die richtige Stelle
.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 ~ = \ ? : . < > ^ &"