Skip to content

Commit

Permalink
Adds tidyallrc.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jun 3, 2014
1 parent 134b348 commit a830f57
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
@@ -1,3 +1,5 @@
.carton
*.swp
.carton
.tidyall.d/
cpanfile.snapshot
local
6 changes: 6 additions & 0 deletions .perltidyrc
@@ -0,0 +1,6 @@
-pbp
-nst

# Break a line after opening/before closing token.
-vt=0
-vtc=0
7 changes: 7 additions & 0 deletions .tidyallrc
@@ -0,0 +1,7 @@
[PerlTidy]
select = {bin,lib,scripts,t}/**/*.{pl,pm,t,psgi}
select = app.psgi
argv = --profile=$ROOT/.perltidyrc

[SortLines]
select = .gitignore

0 comments on commit a830f57

Please sign in to comment.