Tue, 29 Dec 2020 18:16:10 -0600
PlugUpgrade
840 | 1 | --standard-error-output |
2 | --warning-output | |
653
cc5570b56ed6
okay, i think this is acceptable tidy
Meredith Howard <mhoward@roomag.org>
parents:
652
diff
changeset
|
3 | --converge |
266 | 4 | --extended-syntax |
840 | 5 | --sub-alias-list='method fun' |
266 | 6 | --indent-columns=2 |
7 | --continuation-indentation=2 | |
668 | 8 | --maximum-line-length=80 |
268 | 9 | --no-outdent-long-quotes |
10 | --no-blanks-before-comments | |
266 | 11 | --maximum-consecutive-blank-lines=2 |
12 | --opening-token-right | |
13 | --all-containers-tightness=2 | |
652
2d0fad481fa5
maybe this will be satisfactory
Meredith Howard <mhoward@roomag.org>
parents:
646
diff
changeset
|
14 | --block-brace-tightness=1 |
266 | 15 | --indent-spaced-block-comments |
16 | --closing-side-comments | |
646
8b67de888051
increase closing comment interval
Meredith Howard <mhoward@roomag.org>
parents:
288
diff
changeset
|
17 | --closing-side-comment-interval=100 |
741 | 18 | --stack-opening-paren |
740 | 19 | --stack-opening-hash-brace |
20 | --stack-opening-square-bracket | |
21 | --stack-closing-paren | |
22 | --break-at-old-comma-breakpoints | |
764
d292b9aa1e89
bom feature was released
Meredith Howard <mhoward@roomag.org>
parents:
741
diff
changeset
|
23 | --break-at-old-method-breakpoints |
840 | 24 | --one-line-block-semicolons=0 |
25 | --nowant-right-space="A" | |
26 | --space-prototype-paren=2 |