ocamlformat

Homepage: https://github.com/ocaml-ppx/ocamlformat

Updated:

Summary

Utility functions to format ocaml code

Commentary

This package provides utilities to format OCaml code using the ocamlformat
command.  The recommended usage is to format before saving a file:

  (add-hook 'before-save-hook 'ocamlformat-before-save)

Dependencies