ocaml-ppx / ocamlformat

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

Improve indentation of attributes in patterns #2613

Closed Julow closed 1 week ago

Julow commented 1 week ago

Small bug fix:

 let pp f
     ({cf_assign_last_arg; cf_injected_destructor; cf_interface}
-      [@warning "+9"] ) =
+     [@warning "+9"] ) =
   ()