Files
releases/v1/format
Anders Eknert e5679d92ce Fix regression in fix of #8557 (#8845)
The fix that shipped in v1.18.0 had the formatter not just honor
newlines when formatting single-item collections, but had them enforced.
This is quite a disruptive change leading to previously formatted files
to have potentially hundreds of changes upon reformat. This fix ensures
that only existing newlines in the source determine whether a
single-item collection should be formatted across a single or multiple
lines.

Signed-off-by: Anders Eknert <anders.eknert@apple.com>
2026-07-02 09:06:47 +00:00
..