mirror of
https://github.com/apple/pkl.git
synced 2026-05-12 01:49:46 +02: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) ```