mirror of
https://github.com/apple/pkl.git
synced 2026-01-15 16:13:35 +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 ```