-
Notifications
You must be signed in to change notification settings - Fork 6
/
.ocamlformat
57 lines (39 loc) · 1.04 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
version = 0.24.1
margin = 80
max-indent = 68
assignment-operator = begin-line
break-cases = fit
break-fun-decl = fit-or-vertical
break-fun-sig = fit-or-vertical
break-infix = fit-or-vertical
break-infix-before-func = true
break-separators = before
break-sequences = true
cases-exp-indent = 2
cases-matching-exp-indent = normal
doc-comments = after-when-possible
doc-comments-padding = 2
doc-comments-tag-only = default
dock-collection-brackets = true
exp-grouping = preserve
field-space = loose
if-then-else = keyword-first
indicate-multiline-delimiters = space
indicate-nested-or-patterns = unsafe-no
infix-precedence = indent
leading-nested-match-parens = false
let-and = sparse
let-binding-spacing = double-semicolon
let-module = compact
parens-tuple = always
parse-docstrings = true
sequence-blank-line = preserve-one
sequence-style = terminator
single-case = sparse
space-around-arrays = true
space-around-lists = true
space-around-records = true
space-around-variants = true
type-decl = sparse
wrap-comments = false
wrap-fun-args = true