ocaml-ppx / ocamlformat

Auto-formatter for OCaml code
MIT License
633 stars 179 forks source link

Fix missing parentheses around let..in with attribute #2564

Closed Julow closed 1 month ago

Julow commented 4 months ago

Fix https://github.com/ocaml-ppx/ocamlformat/issues/2563

On a side note, parentheses around let..in shouldn't have ~fits_break:false, but changing that would cause large diffs.