Files
pkl/docs/modules/release-notes/pages
Daniel Chao d8adb28dd1 Respect line breaks in operator chains and argument lists (#1268)
If an operator chain or method call is multiline, keep those newlines
in the formatted output.

Help preserve code like:

```
foo
  |> (it) -> it + 2
  |> (it) -> it / 2
```
2025-11-02 21:51:37 -08:00
..
2024-02-01 19:23:49 -08:00
2024-12-23 12:49:56 -08:00
2025-04-17 08:58:56 -07:00
2025-10-30 10:09:35 -07:00
2025-07-24 20:06:01 +02:00