aboutsummaryrefslogtreecommitdiff
path: root/dev/doc/changes.md
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-09-23 11:13:51 +0200
committerPierre-Marie Pédrot2020-09-28 09:28:41 +0200
commit4a51746571d32516da3aa228ceceb1d8364d058b (patch)
tree1d106e6782df1baacd401af19ee09b6ddf4c45ee /dev/doc/changes.md
parent3a88c57442c0c9a5e23a25d04e3695d6e61587c3 (diff)
Document the ocamlformat changes.
Diffstat (limited to 'dev/doc/changes.md')
-rw-r--r--dev/doc/changes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/doc/changes.md b/dev/doc/changes.md
index 7d2100515d..59c1623a2d 100644
--- a/dev/doc/changes.md
+++ b/dev/doc/changes.md
@@ -4,6 +4,12 @@
comes from a notation. Use `None` if not and `Some foo` to tell to
print such TacGeneric surrounded with `foo:( )`.
+### Code formatting
+
+- The automatic code formatting tool `ocamlformat` has been disabled and its
+ git hook removed. If desired, automatic formatting can be achieved by calling
+ the `fmt` target of the dune build system.
+
## Changes between Coq 8.11 and Coq 8.12
### Code formatting