mirror of
https://github.com/apple/pkl.git
synced 2026-04-28 11:17:17 +02:00
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 ```