We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406c764 commit 7c5da09Copy full SHA for 7c5da09
CONTRIBUTING.md
@@ -38,11 +38,9 @@ issue has not already been submitted.
38
39
### Styleguides
40
41
-As of today, Merlin's codebase does not use a code formatter. When contributing
42
-code to an existing module, one should adopt the style of the surrounding code.
43
-Please keep lines under 80 characters.
44
-
45
-We plan to move the codebase to ocamlformat in a near future.
+Merlin uses ocamlformat. When contributing code, please always format it by
+running `dune fmt` before submitting a PR. The required version of ocamlformat
+can be found in the `.ocamlformat` configuration file.
46
47
Changes unrelated to the issue addressed by a PR should be made in a separate
48
PR. Additionally, formatting changes in parts of the code not concerned by a
0 commit comments