View | Details | Raw Unified | Return to bug 30002
Collapse All | Expand All

(-)a/.perltidyrc (-6 / +4 lines)
Lines 3-19 Link Here
3
3
4
--character-encoding=utf8
4
--character-encoding=utf8
5
--output-line-ending=unix
5
--output-line-ending=unix
6
--add-terminal-newline
7
--iterations=2
6
--iterations=2
8
7
9
# } else {
8
# } else {
10
--cuddled-else
9
--cuddled-else
11
10
12
# do not vertically align "qw()" after use
13
--valign-exclusion-list='q'
14
15
# Use the full indent size for continuations
11
# Use the full indent size for continuations
16
--continuation-indentation=4
12
--continuation-indentation=4
17
--extended-continuation-indentation
18
13
19
--no-outdent-long-lines
14
--no-outdent-long-lines
20
- 
15
16
--maximum-line-length=120
17
18
--break-at-old-comma-breakpoints

Return to bug 30002