Skip to content

Commit

Permalink
Add ocamlformat configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed May 5, 2020
1 parent 2064422 commit 8472531
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .ocamlformat
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module-item-spacing=compact
break-struct=natural
break-infix=fit-or-vertical
parens-tuple=multi-line-only
wrap-comments=false
break-collection-expressions=wrap
version = 0.14.1
break-infix = fit-or-vertical
parse-docstrings = true
indicate-multiline-delimiters=no
nested-match=align
sequence-style=separator
break-before-in=auto
if-then-else=keyword-first

0 comments on commit 8472531

Please sign in to comment.