aboutsummaryrefslogtreecommitdiff
path: root/dev/doc
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-10-03 08:28:12 +0000
committerGitHub2020-10-03 08:28:12 +0000
commite596bbb66b8a0ea6fe396315972f7743f8258a97 (patch)
treea7cee1fa3576fa2b66aa43ccdede067243680b1c /dev/doc
parent706ec6e7b0c9abc1e6a4bc6b00e92c91da0d4802 (diff)
parent4a51746571d32516da3aa228ceceb1d8364d058b (diff)
Merge PR #12985: Remove ocamlformat from the linter and the pre-commit hook.
Reviewed-by: Zimmi48 Reviewed-by: gares Reviewed-by: maximedenes Reviewed-by: Matafou Ack-by: ejgallego
Diffstat (limited to 'dev/doc')
-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