Add few files needed to compile the project
This commit is contained in:
parent
adf085a333
commit
187340fff3
2 changed files with 21 additions and 0 deletions
13
.ocamlformat
Normal file
13
.ocamlformat
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
version=0.27.0
|
||||||
|
exp-grouping=preserve
|
||||||
|
break-infix=wrap-or-vertical
|
||||||
|
break-collection-expressions=wrap
|
||||||
|
break-sequences=false
|
||||||
|
break-infix-before-func=false
|
||||||
|
dock-collection-brackets=true
|
||||||
|
break-separators=before
|
||||||
|
field-space=tight
|
||||||
|
if-then-else=compact
|
||||||
|
break-sequences=false
|
||||||
|
sequence-blank-line=compact
|
||||||
|
exp-grouping=preserve
|
8
dune-workspace
Normal file
8
dune-workspace
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
(lang dune 3.0)
|
||||||
|
(context (default))
|
||||||
|
(context (default
|
||||||
|
(name solo5)
|
||||||
|
(host default)
|
||||||
|
(toolchain solo5)
|
||||||
|
(merlin)
|
||||||
|
(disable_dynamically_linked_foreign_archives true)))
|
Loading…
Reference in a new issue