~~ lineWidth: 40 ~~
== should format ==
test=5;

[expect]
test = 5;

== should indent the right side when the left side is hanging and the right is hanging ==
testingtesting()
    .this = 523452346236 + 234345234652465246;

[expect]
testingtesting()
    .this = 523452346236
        + 234345234652465246;
