tmcgilchrist / ocaml-gitlab

Native OCaml bindings to Gitlab REST API v4
https://tmcgilchrist.github.io/ocaml-gitlab/gitlab/
BSD 3-Clause "New" or "Revised" License
27 stars 8 forks source link

Enable and run OCamlformat #72

Closed arvidj closed 1 year ago

arvidj commented 1 year ago

I noticed there was an .ocamlformat file in the root of the repo, but that formatting was disabled in the dune-project file. If you'd like, this MR enables ocamlformat and in the second commit I've reformatted all files with dune build @fmt --auto-promote.

tmcgilchrist commented 1 year ago

Thanks @arvidj