-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.perltidyrc
125 lines (124 loc) · 3.85 KB
/
.perltidyrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
#--perl-best-practices
--warning-output
--maximum-line-length=120 # -l . PBP suggests 78. Against PBP.
#--standard-output # -st. PBP suggests enabling (default is --nostandard-ouptut / -nst).
#--standard-error-output # -se. PBP suggests enabling (default is --nse ).
--vertical-tightness=2 # -vt. PBP suggests 2.
--closing-token-indentation=0 # -cti. PBP suggests 0.
# -wbb. PBP suggests as set. Unset before.
#--want-break-before="% + - * / x != == >= <= =~ !~ < > | & = **= += *= &= <<= &&= -= /= |= >>= ||= //= .= %= ^= x="
## -l=400 # set below as --maximum-line-length=400
## -i=4 # set below as --indent-columns=4
## -dt=4 # set below as --default-tabsize=4
## -it=4 # set below as --iteations=4
## -bar # set below as --opening-brace-always-on-right
## -nsfs # set below as --nospace-for-semicolon
## -nolq # set below as --nooutdent-long-quotes
## --break-at-old-comma-breakpoints
##
## Output generated below using: perltidy -b -w -dop | grep -v dump-options >> .perltidyrc
## See githook-perltidy
# Final parameter set for this run.
# See utility 'perltidyrc_dump.pl' for nicer formatting.
--add-newlines
--add-semicolons
--add-whitespace
--blank-lines-before-packages=1
--blank-lines-before-subs=1
--blanks-before-blocks
--blanks-before-comments
--block-brace-tightness=0 # -bbt. PBP suggests 1. Against PBP
--block-brace-vertical-tightness=0
--nobrace-left-and-indent
--brace-tightness=1 # -bt. PBP suggests 1.
--brace-vertical-tightness=0
--brace-vertical-tightness-closing=0
--break-at-old-attribute-breakpoints
--break-at-old-comma-breakpoints
--break-at-old-keyword-breakpoints
--break-at-old-logical-breakpoints
--break-at-old-ternary-breakpoints
--break-before-hash-brace=0
--break-before-hash-brace-and-indent=0
--break-before-paren=0
--break-before-paren-and-indent=0
--break-before-square-bracket=0
--break-before-square-bracket-and-indent=0
--character-encoding="guess"
--nocheck-syntax
--closing-brace-indentation=0
--closing-paren-indentation=0
--closing-side-comment-else-flag=0
--closing-side-comment-interval=6
--closing-side-comment-maximum-text=20
--closing-side-comments-balanced
--closing-square-bracket-indentation=0
--comma-arrow-breakpoints=5
--continuation-indentation=2 # -ci. PBP suggests 4. Against PBP
--cuddled-break-option=1
--nocuddled-else
--default-tabsize=4
--delete-old-newlines
--nodelete-old-whitespace
--delete-semicolons
--extended-syntax
--format="tidy"
--format-skipping
--fuzzy-line-length
--hanging-side-comments
--nohtml
--html-entities
--html-table-of-contents
--indent-block-comments
--indent-columns=4 # -i. PBP suggests 4
--iterations=4
--keep-old-blank-lines=1
--keyword-group-blanks-after=1
--keyword-group-blanks-before=1
--nokeyword-group-blanks-delete
--nokeyword-group-blanks-inside
--keyword-group-blanks-repeat-count=0
--keyword-group-blanks-size=5
--keyword-paren-inner-tightness=1
--nologfile
--logical-padding
--long-block-line-count=8
--look-for-autoloader
--look-for-selfloader
--maximum-consecutive-blank-lines=1
--maximum-fields-per-table=0
#--maximum-line-length=400
--memoize
--minimum-space-to-comment=4
--non-indenting-braces
--one-line-block-nesting=0
--one-line-block-semicolons=1
--opening-brace-always-on-right
--outdent-labels
--outdent-long-comments
--nooutdent-long-quotes # -nolq. PBP suggests enabling.
--paren-tightness=1 # -pt. PBP sugggests 1.
--paren-vertical-tightness=0
--paren-vertical-tightness-closing=0
--pass-version-line
--perl-syntax-check-flags="-c -T"
--pod2html
--noquiet
--recombine
--short-concatenation-item-length=8
--noshow-options
--space-backslash-quote=1
--nospace-for-semicolon # -nsfs. PBP suggests enabling.
--space-prototype-paren=1
--square-bracket-tightness=1 # -sbt. PBP suggests 1.
--square-bracket-vertical-tightness=0
--square-bracket-vertical-tightness-closing=0
--static-block-comments
--nostatic-side-comments
--notabs
--timestamp
--trim-qw
--nouse-unicode-gcstring
--valign
--warning-output
--noweld-nested-containers