diff options
Diffstat (limited to '.ocamlformat')
-rw-r--r-- | .ocamlformat | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.ocamlformat b/.ocamlformat new file mode 100644 index 0000000..1f7d845 --- /dev/null +++ b/.ocamlformat @@ -0,0 +1,8 @@ +profile = sparse +parens-tuple = always +sequence-style = terminator + +single-case = sparse +type-decl = sparse +break-separators = before +break-cases = fit-or-vertical |