-
Notifications
You must be signed in to change notification settings - Fork 3
/
.ocamlformat
62 lines (62 loc) · 1.45 KB
/
.ocamlformat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
profile=janestreet
quiet=false
max-iters=10
comment-check=true
wrap-fun-args=false
wrap-comments=false
type-decl-indent=2
type-decl=sparse
stritem-extension-indent=0
space-around-variants=true
space-around-records=true
space-around-lists=true
space-around-arrays=true
single-case=sparse
sequence-style=terminator
sequence-blank-line=compact
parse-docstrings=false
parens-tuple-patterns=multi-line-only
parens-tuple=multi-line-only
parens-ite=true
ocp-indent-compat=true
nested-match=wrap
module-item-spacing=compact
max-indent=68
match-indent-nested=never
match-indent=0
margin=100
let-module=sparse
let-binding-spacing=compact
let-binding-indent=2
let-and=sparse
leading-nested-match-parens=true
infix-precedence=parens
indicate-nested-or-patterns=unsafe-no
indicate-multiline-delimiters=no
indent-after-in=0
if-then-else=keyword-first
function-indent-nested=never
function-indent=2
field-space=loose
extension-indent=2
exp-grouping=parens
dock-collection-brackets=false
doc-comments-tag-only=fit
doc-comments-padding=1
doc-comments=before
disambiguate-non-breaking-match=false
disable=false
cases-matching-exp-indent=normal
cases-exp-indent=2
break-struct=force
break-string-literals=auto
break-sequences=true
break-separators=after
break-infix-before-func=true
break-infix=fit-or-vertical
break-fun-sig=fit-or-vertical
break-fun-decl=fit-or-vertical
break-collection-expressions=fit-or-vertical
break-cases=fit-or-vertical
break-before-in=fit-or-vertical
assignment-operator=begin-line