Closed nbacquey closed 2 months ago
Although the PR solves the specific use-case of the issue, and leaves the rest of the test file (almost) intact, the tweak to the rule feels a bit artificial, and probably won't scale if we have similar cases in the future.
Description
This PR tweaks the OCaml formatting rules around the concatenation operators (e.g.
@@
) and anonymous function definitions, such that it is possible to write final-argument continuations without unnecessary indentations or newlines.Closes #718
Checklist
Checklist before merging: