|
1 # vim: set ft=bash |
1 --standard-error-output |
2 --standard-error-output |
2 --warning-output |
3 --warning-output |
3 --converge |
4 --converge |
|
5 |
|
6 --indent-columns=2 |
|
7 --continuation-indentation=2 |
|
8 --extended-continuation-indentation |
|
9 |
|
10 --trim-pod |
|
11 |
|
12 --maximum-line-length=90 |
|
13 --no-outdent-long-quotes |
|
14 --no-outdent-long-comments |
|
15 --no-outdent-labels |
|
16 |
4 --extended-syntax |
17 --extended-syntax |
5 --sub-alias-list='method fun' |
18 --sub-alias-list='method fun' |
6 --indent-columns=2 |
19 --space-prototype-paren=2 |
7 --continuation-indentation=2 |
20 --nowant-right-space="A" |
8 --maximum-line-length=80 |
21 |
9 --no-outdent-long-quotes |
22 --break-at-old-method-breakpoints |
|
23 |
10 --no-blanks-before-comments |
24 --no-blanks-before-comments |
11 --maximum-consecutive-blank-lines=2 |
25 --maximum-consecutive-blank-lines=2 |
12 --opening-token-right |
26 |
|
27 --one-line-block-semicolons=0 |
|
28 |
13 --all-containers-tightness=2 |
29 --all-containers-tightness=2 |
14 --block-brace-tightness=1 |
30 --block-brace-tightness=1 |
15 --indent-spaced-block-comments |
31 --weld-nested-containers |
16 --closing-side-comments |
32 |
17 --closing-side-comment-interval=100 |
33 --opening-token-right |
18 --stack-opening-paren |
34 --opening-brace-always-on-right |
19 --stack-opening-hash-brace |
35 |
20 --stack-opening-square-bracket |
36 refactor { |
21 --stack-closing-paren |
37 --closing-side-comments |
22 --break-at-old-comma-breakpoints |
38 --closing-side-comments-balanced |
23 --break-at-old-method-breakpoints |
39 --closing-side-comment-interval=100 |
24 --one-line-block-semicolons=0 |
40 --keyword-group-blanks |
25 --nowant-right-space="A" |
41 } |
26 --space-prototype-paren=2 |
|