.perltidyrc
changeset 27 211c765fb83c
child 28 2c9efaf41914
equal deleted inserted replaced
26:cbb08ad5113d 27:211c765fb83c
       
     1 --maximum-line-length=78	
       
     2 --indent-columns=4
       
     3 --continuation-indentation=4
       
     4 --nospace-for-semicolon
       
     5 --paren-tightness=2
       
     6 --vertical-tightness=1
       
     7 --line-up-parentheses
       
     8 --perl-syntax-check-flags=-c
       
     9 --want-break-after=","
       
    10 --want-break-before="<< >> ** && ||  += -= .= %= &= |= ^= *= <> <= >= == =~ !~ != ++ -- /= x= **= <<= >>= &&= ||= <=> + - / * | % ! x ~ = \ ? : . < > ^ &"