.perltidyrc (359B)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | # # author: Xu Xiaodong <[email protected]> # modified: 2013 Jun 16 # #-- use as filter --# -st -se #-- line length --# -l=78 #-- indent --# -i=4 -ci=4 -vt=4 -cti=0 #-- tightness --# -pt=1 -bt=1 -sbt=1 -bbt=0 -nsfs -nolq #-- other --# -otr -fbl -wbb="% + - * / x != == >= <= =~ !~ < > | & = **= += *= &= <<= &&= -= /= |= >>= ||= //= .= %= ^= x=" |