Skip to content

Commit a830f57

Browse files
committed
Adds tidyallrc.
1 parent 134b348 commit a830f57

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
.carton
21
*.swp
2+
.carton
3+
.tidyall.d/
4+
cpanfile.snapshot
35
local

.perltidyrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
-pbp
2+
-nst
3+
4+
# Break a line after opening/before closing token.
5+
-vt=0
6+
-vtc=0

.tidyallrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[PerlTidy]
2+
select = {bin,lib,scripts,t}/**/*.{pl,pm,t,psgi}
3+
select = app.psgi
4+
argv = --profile=$ROOT/.perltidyrc
5+
6+
[SortLines]
7+
select = .gitignore

0 commit comments

Comments
 (0)