-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ocamlformat
61 lines (60 loc) · 1.56 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
# VERSION 0.26
assignment-operator = end-line
break-before-in = fit-or-vertical
break-cases = fit-or-vertical
break-collection-expressions = fit-or-vertical
break-colon = after
break-fun-decl = fit-or-vertical
break-fun-sig = fit-or-vertical
break-infix = wrap
break-infix-before-func = false
break-separators = after
break-sequences = false
break-string-literals = auto
break-struct = force
cases-exp-indent = 2
cases-matching-exp-indent = compact
disambiguate-non-breaking-match = false
doc-comments = after-when-possible
doc-comments-padding = 2
doc-comments-tag-only = default
dock-collection-brackets = false
exp-grouping = parens
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 = true
let-and = compact
let-binding-indent = 2
let-binding-spacing = compact
let-module = compact
margin = 100
match-indent = 0
match-indent-nested = never
max-indent = 68
module-item-spacing = sparse
nested-match = wrap
ocp-indent-compat = true
parens-ite = false
parens-tuple = always
parens-tuple-patterns = multi-line-only
parse-docstrings = true
parse-toplevel-phrases = false
sequence-blank-line = compact
sequence-style = separator
single-case = sparse
space-around-arrays = false
space-around-lists = false
space-around-records = false
space-around-variants = false
stritem-extension-indent = 0
type-decl = compact
type-decl-indent = 2
wrap-comments = false
wrap-fun-args = false