Skip to content

Commit c749349

Browse files
committed
(style new) Add barebones Ocamlformat configuration
1 parent d8bc691 commit c749349

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.ocamlformat

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
margin = 80
2+
3+
parse-docstrings = true
4+
wrap-comments = true
5+
6+
field-space = loose
7+
let-binding-spacing = sparse
8+
module-item-spacing = preserve
9+
10+
let-open = auto
11+
12+
break-cases = fit-or-vertical
13+
sequence-blank-line = preserve-one

0 commit comments

Comments
 (0)