| 1 | # PerlTidy Configuration File |
|---|
| 2 | # Filename for Linux '\home\username\.perltidyrc' |
|---|
| 3 | # Filename for Windows "C:\Documents and Settings\username\perltidy.ini" |
|---|
| 4 | -l=78 # Max line width is 78 cols |
|---|
| 5 | -i=4 # Indent level is 4 cols |
|---|
| 6 | -ci=4 # Continuation indent is 4 cols |
|---|
| 7 | -vt=2 # Maximal vertical tightness |
|---|
| 8 | -cti=0 # No extra indentation for closing brackets |
|---|
| 9 | -pt=1 # Medium parenthesis tightness |
|---|
| 10 | -bt=1 # Medium brace tightness |
|---|
| 11 | -sbt=1 # Medium square bracket tightness |
|---|
| 12 | -bbt=1 # Medium block brace tightness |
|---|
| 13 | -nsfs # No space before semicolons |
|---|
| 14 | -nolq # Don't outdent long quoted strings |
|---|
| 15 | -wbb="% + - * / x != == >= <= =~ < > | & **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x=" # Break before all operators |
|---|