Sun, 15 Jul 2018 17:25:15 -0500
Fix for mucomplete + endwise
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 |
652
2d0fad481fa5
maybe this will be satisfactory
Meredith Howard <mhoward@roomag.org>
parents:
646
diff
changeset
|
15 | --stack-closing-hash-brace |
2d0fad481fa5
maybe this will be satisfactory
Meredith Howard <mhoward@roomag.org>
parents:
646
diff
changeset
|
16 | --stack-closing-square-bracket |
667 | 17 | --weld-nested-containers |