We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5fc76 commit 7f99f6cCopy full SHA for 7f99f6c
.perltidyrc
@@ -1,7 +1,17 @@
1
--pbp
2
--nst
3
-
+--maximum-line-length=78
+--indent-columns=4
+--continuation-indentation=4
4
+--standard-error-output
5
+--vertical-tightness=2
6
+--closing-token-indentation=0
7
+--paren-tightness=1
8
+--brace-tightness=1
9
+--square-bracket-tightness=1
10
+--block-brace-tightness=1
11
+--nospace-for-semicolon
12
+--nooutdent-long-quotes
13
+--want-break-before="% + - * / x != == >= <= =~ !~ < > | & = **= += *= &= <<= &&= -= /= |= >>= ||= //= .= %= ^= x="
14
# Break a line after opening/before closing token.
--vt=0
--vtc=0
--wn
15
+--vertical-tightness=0
16
+--vertical-tightness-closing=0
17
+--weld-nested-containers
0 commit comments