Mon, 17 Jun 2019 18:45:19 -0500
allow switching base mod key
653
cc5570b56ed6
okay, i think this is acceptable tidy
Meredith Howard <mhoward@roomag.org>
parents:
652
diff
changeset
|
1 | --converge |
266 | 2 | --extended-syntax |
3 | --indent-columns=2 | |
4 | --continuation-indentation=2 | |
668 | 5 | --maximum-line-length=80 |
268 | 6 | --no-outdent-long-quotes |
7 | --no-blanks-before-comments | |
266 | 8 | --maximum-consecutive-blank-lines=2 |
9 | --opening-token-right | |
10 | --all-containers-tightness=2 | |
652
2d0fad481fa5
maybe this will be satisfactory
Meredith Howard <mhoward@roomag.org>
parents:
646
diff
changeset
|
11 | --block-brace-tightness=1 |
266 | 12 | --indent-spaced-block-comments |
13 | --closing-side-comments | |
646
8b67de888051
increase closing comment interval
Meredith Howard <mhoward@roomag.org>
parents:
288
diff
changeset
|
14 | --closing-side-comment-interval=100 |
741 | 15 | --stack-opening-paren |
740 | 16 | --stack-opening-hash-brace |
17 | --stack-opening-square-bracket | |
18 | --stack-closing-paren | |
19 | --break-at-old-comma-breakpoints | |
764
d292b9aa1e89
bom feature was released
Meredith Howard <mhoward@roomag.org>
parents:
741
diff
changeset
|
20 | --break-at-old-method-breakpoints |