Tidyall support
[exim-website.git] / .tidyallrc
diff --git a/.tidyallrc b/.tidyallrc
new file mode 100644 (file)
index 0000000..1e0d8ed
--- /dev/null
@@ -0,0 +1,13 @@
+[PerlTidy]
+argv =  --profile=$ROOT/.perltidyrc
+select = **/*.{pl,pm,t}
+
+[PodTidy]
+select = **/*.{pl,pm,pod}
+
+[PerlCritic]
+select = **/*.{pl,pm}
+except_modes = editor
+
+[Perl::AlignMooseAttributes]
+select = **/*.{pl,pm,t}