mirror of
https://github.com/apple/pkl.git
synced 2026-01-18 09:27:32 +01: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 ```