OCamlPro / ocp-indent

Indentation tool for OCaml, to be used from editors like Emacs and Vim.
http://www.typerex.org/ocp-indent.html
Other
200 stars 63 forks source link

Fix #207 #211

Closed ghost closed 5 years ago

sagotch commented 8 years ago

With this PR, I have this:

  D.Raw.a ~a:( a_onclick [%client (fun ev -> Lwt.async (fun () ->
                    ~%foo () ) ) ] )

Is it the expected behavior ? I was expecting to see this:

  D.Raw.a ~a:( a_onclick [%client (fun ev -> Lwt.async (fun () ->
    ~%foo () ) ) ] )