Skip to content

Commit 5133b8f

Browse files
committed
Add precisions to merlin
1 parent f4ac8f2 commit 5133b8f

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.merlin

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
PKG topkg reason
2-
B ./_build/src
3-
S ./src
1+
# This is a Merlin configuration file that enables your editor integration
2+
# https://github.com/ocaml/merlin/wiki/project-configuration
3+
4+
PKG topkg reason # the OPAM packages
5+
B ./_build/src # built artifacts location
6+
S ./src # source location

0 commit comments

Comments
 (0)