mirror of
https://github.com/apple/pkl.git
synced 2026-05-06 07:03:35 +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) ```