We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ac8f2 commit 5133b8fCopy full SHA for 5133b8f
1 file changed
.merlin
@@ -1,3 +1,6 @@
1
-PKG topkg reason
2
-B ./_build/src
3
-S ./src
+# This is a Merlin configuration file that enables your editor integration
+# https://github.com/ocaml/merlin/wiki/project-configuration
+
4
+PKG topkg reason # the OPAM packages
5
+B ./_build/src # built artifacts location
6
+S ./src # source location
0 commit comments