mirror of
https://github.com/apple/pkl.git
synced 2026-03-11 21:05:26 +01:00
This changes the formatter to only force line on call chains with multiple lambdas With this change, this is kept as a single line: ``` foo.bar.map((it) -> it + 1) ```