We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f91cc commit c882bc8Copy full SHA for c882bc8
.perltidyrc
@@ -1,7 +1,8 @@
1
-boc # break at old comma points (i.e., keep yer frickin' hands off my commas)
2
--l=72 # max line width is 78 columns
+-l=78 # max line width is 78 columns
3
-i=4 # indent level is 4 columns
4
-ci=2 # continuation indent is 2 columns
5
+-st # output to STDOUT
6
-se # errors to STDERR
7
-vt=2 # minimum vertical tightness
8
-cti=0 # no extra indentation for closing brackets
@@ -13,7 +14,3 @@
13
14
-nolq # don't outdent long quoted strings
15
-nola # don't outdent labels
16
-wbb="% + - * / x != == >= <= =~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x=" # break before all operators
-
17
---space-after-keyword='and or eq ne'
18
19
---want-break-after='. << >> -> ^^ || and or'
0 commit comments