.perltidyrc 825 B

123456789101112131415161718192021222324252627282930313233343536
  1. --iterations=2
  2. --want-break-after="% + - * / x != == >= <= =~ !~ < > | & = **= += *= &= <<= &&= -= /= |= >>= ||= //= .= %= ^= x= <=>"
  3. --want-break-before=". << >> -> && || //"
  4. --character-encoding=utf8
  5. --blank-lines-before-packages=0
  6. --blanks-before-blocks
  7. --blanks-before-subs
  8. --blanks-before-comments
  9. --brace-tightness=2
  10. --paren-tightness=2
  11. --square-bracket-tightness=2
  12. --block-brace-vertical-tightness=0
  13. --force-read-binary
  14. --backup-and-modify-in-place
  15. --preserve-line-endings
  16. --opening-brace-always-on-right
  17. --closing-token-indentation=1
  18. --line-up-parentheses
  19. --continuation-indentation=2
  20. --extended-continuation-indentation
  21. --add-newlines
  22. --indent-columns=3
  23. --maximum-line-length=127
  24. --break-at-old-method-breakpoints
  25. #--format-skipping
  26. #--code-skipping
  27. --maximum-fields-per-table=2
  28. --comma-arrow-breakpoints=4