Skip to content

Commit 7f3a749

Browse files
Perl Tidydylanwh
Perl Tidy
authored andcommittedJan 31, 2019
no bug - reformat all the code using the new perltidy rules
1 parent 3395d78 commit 7f3a749

File tree

281 files changed

+59679
-57005
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

281 files changed

+59679
-57005
lines changed
 

‎.perltidyrc

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
-pbp # Start with Perl Best Practices
2+
-w # Show all warnings
3+
-iob # Ignore old breakpoints
4+
-l=80 # 80 characters per line
5+
-vmll
6+
-ibc
7+
-iscl
8+
-hsc
9+
-mbl=2 # No more than 2 blank lines
10+
-i=2 # Indentation is 2 columns
11+
-ci=2 # Continuation indentation is 2 columns
12+
-vt=0 # Less vertical tightness
13+
-pt=2 # High parenthesis tightness
14+
-bt=2 # High brace tightness
15+
-sbt=2 # High square bracket tightness
16+
-wn # Weld nested containers
17+
-isbc # Don't indent comments without leading space

0 commit comments

Comments
 (0)