Skip to content

Commit c882bc8

Browse files
author
Eric Wilhelm
committed
.perltidyrc - rollback to r586 (needs discussion)
1 parent 76f91cc commit c882bc8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.perltidyrc

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
-boc # break at old comma points (i.e., keep yer frickin' hands off my commas)
2-
-l=72 # max line width is 78 columns
2+
-l=78 # max line width is 78 columns
33
-i=4 # indent level is 4 columns
44
-ci=2 # continuation indent is 2 columns
5+
-st # output to STDOUT
56
-se # errors to STDERR
67
-vt=2 # minimum vertical tightness
78
-cti=0 # no extra indentation for closing brackets
@@ -13,7 +14,3 @@
1314
-nolq # don't outdent long quoted strings
1415
-nola # don't outdent labels
1516
-wbb="% + - * / x != == >= <= =~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x=" # break before all operators
16-
17-
--space-after-keyword='and or eq ne'
18-
19-
--want-break-after='. << >> -> ^^ || and or'

0 commit comments

Comments
 (0)