In particular, the resources after acquires can keep going beyond the column limit, without breaking.
Another problem is that if a developer has already broken resources after acquires into multiple lines to meet column limit, the formatter would bring these up into a single line.
Consider the following test case:
When this gets formatted, we get:
In particular, the resources after
acquires
can keep going beyond the column limit, without breaking.Another problem is that if a developer has already broken resources after
acquires
into multiple lines to meet column limit, the formatter would bring these up into a single line.