aboutsummaryrefslogtreecommitdiff
path: root/Makefile.dune
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-03-08 03:32:25 -0400
committerEmilio Jesus Gallego Arias2020-03-19 17:22:01 -0400
commit773e0a0cb5f612d9c9dc3ab4d5e850bc8c5e5e1c (patch)
treee74b301304965fdf991c678f248d1d4cb737fa25 /Makefile.dune
parent9f680f776140c8b3b8f79013262d5bd73761d571 (diff)
[ocamformat] Update to 0.13.0
We include the `version=0.13.0` field that should help users not to use the wrong version. `disable=true` still seems a noop with `dune`. There are some minor changes in the way comments are formatted; I'm unsure if this is due to the `wrap-comments` option; as always; tweaks to the config are most welcome.
Diffstat (limited to 'Makefile.dune')
-rw-r--r--Makefile.dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.dune b/Makefile.dune
index b433ed1b94..499ad0d16b 100644
--- a/Makefile.dune
+++ b/Makefile.dune
@@ -102,7 +102,7 @@ release: voboot
dune build $(DUNEOPT) -p coq
fmt: voboot
- dune build @fmt
+ dune build @fmt --auto-promote
ocheck: voboot
dune build $(DUNEOPT) @install --workspace=dev/dune-workspace.all