summaryrefslogtreecommitdiff
path: root/.perltidyrc
blob: 2e08554de9c2cbfe289f7af4eeb641de2765955f (plain)
  1. # use best practices, except use of stdout
  2. --perl-best-practices
  3. --no-standard-output
  4. --no-standard-error-output
  5. # use TAB for lead indentation
  6. --tabs
  7. --entab-leading-whitespace=4
  8. -nola
  9. # indent only already indented comments
  10. --indent-spaced-block-comments
  11. # put brace on new line for named subroutines
  12. --opening-sub-brace-on-new-line
  13. # preserve horisontally styled lists
  14. --break-at-old-comma-breakpoints
  15. # overwrite (we use CVS), and leave backup only on error
  16. --backup-file-extension=/~