We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e4a22 commit b4032ceCopy full SHA for b4032ce
.perltidyrc
@@ -0,0 +1,13 @@
1
+-pbp # Start with Perl Best Practices
2
+-w # Show all warnings
3
+-iob # Ignore old breakpoints
4
+-l=130 # 130 characters per line
5
+-mbl=2 # No more than 2 blank lines
6
+-i=2 # Indentation is 2 columns
7
+-ci=2 # Continuation indentation is 2 columns
8
+-vt=0 # Less vertical tightness
9
+-pt=2 # High parenthesis tightness
10
+-bt=2 # High brace tightness
11
+-sbt=2 # High square bracket tightness
12
+-wn # Weld nested containers
13
+-isbc # Don't indent comments without leading space
cpanfile
@@ -1,2 +1,6 @@
requires 'Devel::PatchPerl';
requires 'YAML::XS';
+
+on 'develop' => sub {
+ requires 'Perl::Tidy';
+};
0 commit comments