add ocamlformat file (!)

This commit is contained in:
Simon Cruanes 2022-04-27 22:53:47 -04:00
parent 6c8b59d945
commit f0f3d931e4
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

14
.ocamlformat Normal file
View file

@ -0,0 +1,14 @@
version = 0.20.1
profile=conventional
margin=80
if-then-else=k-r
parens-ite=true
parens-tuple=multi-line-only
sequence-style=terminator
type-decl=sparse
break-cases=toplevel
cases-exp-indent=2
field-space=tight-decl
leading-nested-match-parens=true
#module-item-spacing=sparse
quiet=true