This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ocamlformat
82 lines (59 loc) · 1.57 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
version = 0.18.0
margin = 80
max-indent = 68
align-cases = false
align-constructors-decl = false
align-variants-decl = false
assignment-operator = begin-line
break-before-in = fit-or-vertical
break-cases = fit
break-collection-expressions = fit-or-vertical
break-fun-decl = wrap
break-fun-sig = fit-or-vertical
break-infix = fit-or-vertical
break-infix-before-func = true
break-separators = before
break-sequences = true
break-string-literals = auto
break-struct = force
cases-exp-indent = 2
cases-matching-exp-indent = normal
disambiguate-non-breaking-match = true
doc-comments = after-when-possible
doc-comments-padding = 2
doc-comments-tag-only = default
dock-collection-brackets = true
exp-grouping = preserve
extension-indent = 2
field-space = loose
function-indent = 2
function-indent-nested = never
if-then-else = keyword-first
indent-after-in = 0
indicate-multiline-delimiters = space
indicate-nested-or-patterns = unsafe-no
infix-precedence = indent
leading-nested-match-parens = false
let-and = sparse
let-binding-indent = 2
let-binding-spacing = compact
let-module = compact
match-indent = 0
match-indent-nested = never
module-item-spacing = sparse
nested-match = wrap
parens-tuple = multi-line-only
parens-tuple-patterns = multi-line-only
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
stritem-extension-indent = 0
type-decl = sparse
type-decl-indent = 2
wrap-comments = false
wrap-fun-args = true