We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907cbf1 commit cf628c6Copy full SHA for cf628c6
CONTRIBUTING.md
@@ -23,6 +23,7 @@ Thanks for your interest. Below is an informal spec of how the plugin's server c
23
24
- Run `npm install` at the root. This will also install the npm modules for both the `client` and `server` folders.
25
- `opam switch 4.06.1`. OPAM [here](https://opam.ocaml.org). This is needed for the `analysis` folder, which is native code.
26
+- Optionally, you can `opam install ocamlformat` and format the `.ml` files in `analysis`.
27
28
## Build & Run
29
0 commit comments