diff options
Diffstat (limited to '.ocamlformat')
-rw-r--r-- | .ocamlformat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.ocamlformat b/.ocamlformat new file mode 100644 index 0000000..0747dfb --- /dev/null +++ b/.ocamlformat @@ -0,0 +1,6 @@ +profile = ocamlformat +break-cases = fit +margin = 77 +parse-docstrings = true +wrap-comments = true + |