aboutsummaryrefslogtreecommitdiff
path: root/dune-project
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-12-08 14:26:27 +0100
committerEmilio Jesus Gallego Arias2019-12-13 14:15:36 +0100
commit4407f71ee45f98499b7ae8b533614dde5b877795 (patch)
treee32a1f524d72200b8e7404a7268cd10003e62688 /dune-project
parent202d2314dbfb6d26e635b962916f0e94958f4297 (diff)
[fmt] [dune] Add ocamlformat configuration.
For now we don't enable it in any source file, neither on dune files. `lint-repository` has been updated so it will check `dune build @fmt` returns 0.
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project3
1 files changed, 3 insertions, 0 deletions
diff --git a/dune-project b/dune-project
index 1249c4af9f..fa05f5fb41 100644
--- a/dune-project
+++ b/dune-project
@@ -2,6 +2,9 @@
(name coq)
(using coq 0.1)
+(formatting
+ (enabled_for ocaml))
+
; We cannot set this to true until as long as the build is not
; properly bootstrapped [that is, we remove the voboot target]
;