diff --git a/.ocamlformat b/.ocamlformat index 5e1caa184c..71d5f8aaa4 100644 --- a/.ocamlformat +++ b/.ocamlformat @@ -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 \ No newline at end of file +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