Skip to content

Instantly share code, notes, and snippets.

@jacoby
Created April 26, 2012 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacoby/2499787 to your computer and use it in GitHub Desktop.
Save jacoby/2499787 to your computer and use it in GitHub Desktop.
My .perltidyrc -- configuration for Perltidy
# my .perltidyrc config file
# http://perldoc.perl.org/perlstyle.html
--backup-and-modify-in-place
#--cuddled-else
--continuation-indentation=4
--indent-columns=4
#--maximum-line-length=78
#--line-up-parentheses
--opening-brace-always-on-right
--noopening-sub-brace-on-new-line # -nsbl # opening sub braces on right
--indent-closing-brace # thought this was -ibc
--indent-block-comments # -icb # indent comment blocs
--vertical-tightness=0
--vertical-tightness-closing=0
--closing-token-indentation=3
--stack-opening-tokens
#--stack-closing-tokens
--space-terminal-semicolon
--space-for-semicolon
--brace-tightness=0
--paren-tightness=0
--block-brace-tightness=0
--square-bracket-tightness=0
--no-outdent-long-quotes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment