.perltidyrc
changeset 1 e9f92c845844
equal deleted inserted replaced
0:f5f2a126ebf8 1:e9f92c845844
       
     1 # Für OASIS
       
     2 --maximum-line-length=78	
       
     3 --indent-columns=4
       
     4 --continuation-indentation=4
       
     5 --nospace-for-semicolon
       
     6 --paren-tightness=2
       
     7 --vertical-tightness=1
       
     8 --line-up-parentheses
       
     9 --perl-syntax-check-flags=-c
       
    10 --want-break-after=","
       
    11 --want-break-before="<< >> ** && ||  += -= .= %= &= |= ^= *= <> <= >= == =~ !~ != ++ -- /= x= **= <<= >>= &&= ||= <=> + - / * | % ! x ~ = \ ? : . < > ^ &"