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