Skip to content

Instantly share code, notes, and snippets.

@melo
Created December 16, 2014 20:59
Show Gist options
  • Save melo/a9b3205ead676f727fdf to your computer and use it in GitHub Desktop.
Save melo/a9b3205ead676f727fdf to your computer and use it in GitHub Desktop.
My .tidyallrc
[PerlTidy]
select = **/*.{pl,pm,t}
[PodTidy]
argv = --column=100
select = **/*.{pm,pod}
[Perl::AlignMooseAttributes]
select = **/*.pm
[Perl::IgnoreMethodSignaturesSimple]
select = **/*.{pl,pm,t}
[MasonTidy]
select = **/*.{mc,mi,html}
select = **/{autohandler,dhandler}
argv = -m 2 --indent-block=2 --perltidy-argv=--profile=/Users/melo/.perltidyrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment