2
0

perltidyrc 645 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. -l=120
  2. # Max line width is 120 cols
  3. -i=4
  4. # Indent level is 4 cols
  5. -ci=4
  6. # Continuation indent is 4 cols
  7. -st
  8. # Output to STDOUT
  9. -se
  10. # Errors to STDERR
  11. -vt=2
  12. # Maximal vertical tightness
  13. -cti=0
  14. # No extra indentation for closing brackets
  15. -pt=1
  16. # Medium parenthesis tightness
  17. -bt=1
  18. # Medium brace tightness
  19. -sbt=1
  20. # Medium square bracket tightness
  21. -bbt=1
  22. # Medium block brace tightness
  23. -nsfs
  24. # No space before semicolons
  25. -nolq
  26. # Don't outdent long
  27. # quoted strings
  28. -wbb="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= ><<= &&= -= /= |= >>= ||= .= %= ^= x="
  29. # Break before all operators