Attributes now stay where the user put them (#2451)
module [@attr] M = struct end
used to be formatted into
module = struct end [@@attr]
This PR make it so that the user can choose between the two syntaxes, ocamlformat will not change anything.
bc91e4
-
Sep 28 00:56 +00:00