ocaml-ppx / ocamlformat

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

BUG: comment changed #2539

Closed nojb closed 7 months ago

nojb commented 7 months ago
let _ =
  match x with
  | _ ->
      (* xxx *)
      begin y end

with

exp-grouping=preserve
Julow commented 7 months ago

Should be fixed in https://github.com/ocaml-ppx/ocamlformat/pull/2541