Installs pre-commit hooks for OCaml projects that run dune fmt automatically
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Apply dune fmt to dune files

Renaming packages to nox-* pushed several (libraries ...) lines past
dune fmt's wrap threshold, so dune fmt now spreads them one-per-line.
No semantic changes.

+9 -1
+9 -1
bin/dune
··· 1 1 (executable 2 2 (name main) 3 3 (public_name precommit) 4 - (libraries precommit cmdliner eio_main vlog nox-tty fmt monopam-info nox-memtrace)) 4 + (libraries 5 + precommit 6 + cmdliner 7 + eio_main 8 + vlog 9 + nox-tty 10 + fmt 11 + monopam-info 12 + nox-memtrace))