Skip to content

Commit 7f99f6c

Browse files
committedMay 23, 2021
expand perl tidy option names
1 parent 0e5fc76 commit 7f99f6c

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed
 

Diff for: ‎.perltidyrc

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
-pbp
2-
-nst
3-
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=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="
414
# Break a line after opening/before closing token.
5-
-vt=0
6-
-vtc=0
7-
-wn
15+
--vertical-tightness=0
16+
--vertical-tightness-closing=0
17+
--weld-nested-containers

0 commit comments

Comments
 (0)