mirror of
https://github.com/apple/pkl.git
synced 2026-03-20 08:14:15 +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) ```