diff options
| author | Théo Zimmermann | 2019-12-13 21:10:34 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2019-12-13 21:10:34 +0100 |
| commit | bd2b6097e731cad6654cd2948d1483a39fb37b84 (patch) | |
| tree | 2b97bbe676b40ef00bf450f65ec16c6dade04909 /dev/doc | |
| parent | 15c289153e09d4202315319f95f0b284ca8d0fee (diff) | |
| parent | eb00b4aa84d32f987a44538028a749386050210b (diff) | |
Merge PR #11257: [dev] [ocaml] Add ocamlformat configuration.
Reviewed-by: Zimmi48
Diffstat (limited to 'dev/doc')
| -rw-r--r-- | dev/doc/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/doc/README.md b/dev/doc/README.md index bc281e0d94..ba53605b0e 100644 --- a/dev/doc/README.md +++ b/dev/doc/README.md @@ -43,8 +43,12 @@ To learn how to run the test suite, you can read ## Development environment + tooling + - [`Merlin`](https://github.com/ocaml/merlin) for autocomplete. - [Wiki pages on tooling containing `emacs`, `vim`, and `git` information](https://github.com/coq/coq/wiki/DevelSetup) +- [`ocamlformat`](https://github.com/ocaml-ppx/ocamlformat) provides + support for automatic formatting of OCaml code. To use it please run + `dune build @fmt`, see `ocamlformat`'s documentation for more help. ## A note about rlwrap |
