Skip to content

Instantly share code, notes, and snippets.

@mshock
Created November 1, 2012 17:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mshock/3995047 to your computer and use it in GitHub Desktop.
Save mshock/3995047 to your computer and use it in GitHub Desktop.
Perltidy options config file
# mshock's Perltidy options
# Perl Best Practices
# an abbreviation for the parameters in the book Perl Best Practices by Damian Conway:
# -l=78 -i=4 -ci=4 -st -se -vt=2 -cti=0 -pt=1 -bt=1 -sbt=1 -bbt=1 -nsfs -nolq
# -wbb="% + - * / x != == >= <= =~ !~ < > | & =
# **= += *= &= <<= &&= -= /= |= >>= ||= //= .= %= ^= x="
-pbp
# indentation alignment overrides line length limit
#-nolq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment