-
Notifications
You must be signed in to change notification settings - Fork 75
/
.perltidyrc
91 lines (91 loc) · 2.24 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
# Final parameter set for this run.
--add-newlines
--add-semicolons
--add-whitespace
--backup-file-extension="bak"
--blank-lines-before-packages=1
--blank-lines-before-subs=1
--blanks-before-blocks
--noblanks-before-comments
--block-brace-tightness=0
--block-brace-vertical-tightness=0
--nobrace-left-and-indent
--brace-tightness=1
--brace-vertical-tightness=0
--brace-vertical-tightness-closing=0
--break-at-old-attribute-breakpoints
--break-at-old-keyword-breakpoints
--break-at-old-logical-breakpoints
--break-at-old-ternary-breakpoints
--character-encoding="none"
--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
--cuddled-break-option=1
--cuddled-else
--default-tabsize=8
--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
--ignore-side-comment-lengths
--indent-block-comments
--indent-columns=2
--iterations=1
--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
--nologfile
--long-block-line-count=8
--look-for-autoloader
--look-for-selfloader
--maximum-consecutive-blank-lines=1
--maximum-fields-per-table=0
--maximum-line-length=120
--memoize
--minimum-space-to-comment=4
--one-line-block-semicolons=1
--outdent-labels
--nooutdent-long-comments
--nooutdent-long-quotes
--paren-tightness=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
--space-for-semicolon
--square-bracket-tightness=1
--square-bracket-vertical-tightness=0
--square-bracket-vertical-tightness-closing=0
--static-block-comments
--nostatic-side-comments
--notabs
--timestamp
--trim-qw
--valign
--nowarning-output
--noweld-nested-containers