Skip to content

Commit cf628c6

Browse files
committed
Add formatting instruction
1 parent 907cbf1 commit cf628c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Thanks for your interest. Below is an informal spec of how the plugin's server c
2323

2424
- Run `npm install` at the root. This will also install the npm modules for both the `client` and `server` folders.
2525
- `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`.
2627

2728
## Build & Run
2829

0 commit comments

Comments
 (0)