We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b7868 commit 58b4277Copy full SHA for 58b4277
.perltidyrc
@@ -0,0 +1,14 @@
1
+--maximum-line-length=78
2
+--indent-columns=4
3
+--continuation-indentation=4
4
+--standard-error-output
5
+--vertical-tightness=2
6
+--closing-token-indentation=1
7
+--paren-tightness=1
8
+--brace-tightness=1
9
+--square-bracket-tightness=1
10
+--block-brace-tightness=1
11
+--nospace-for-semicolon
12
+--no-outdent-long-quotes
13
+--cuddled-else
14
+--want-break-before="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x="
0 commit comments