Skip to content

Commit 12703c9

Browse files
committed
Prep 0.3
1 parent 4d54494 commit 12703c9

File tree

2 files changed

+26
-13
lines changed

2 files changed

+26
-13
lines changed

.ocamlformat

+23-13
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
1-
profile = default
2-
break-cases = nested
3-
break-fun-decl = smart
4-
cases-exp-indent = 2
5-
if-then-else = fit-or-vertical
6-
parens-tuple = multi-line-only
7-
parens-tuple-patterns = multi-line-only
8-
parens-ite = false
9-
infix-precedence = parens
1+
break-infix = fit-or-vertical
102
break-infix-before-func = false
11-
sequence-style = terminator
12-
sequence-blank-line = compact
3+
break-fun-decl = fit-or-vertical
4+
break-separators = before
5+
break-sequences = true
6+
cases-exp-indent = 2
7+
dock-collection-brackets = false
8+
field-space = loose
9+
if-then-else = keyword-first
1310
indicate-multiline-delimiters = no
11+
infix-precedence = parens
12+
leading-nested-match-parens = true
13+
let-and = sparse
14+
let-module = sparse
1415
ocp-indent-compat = true
15-
wrap-comments = true
16+
parens-tuple = multi-line-only
1617
parse-docstrings = true
17-
let-binding-spacing = compact
18+
sequence-blank-line = preserve-one
19+
sequence-style = terminator
20+
single-case = sparse
21+
space-around-arrays= true
22+
space-around-lists= true
23+
space-around-records= true
24+
space-around-variants= true
1825
type-decl = sparse
26+
wrap-comments = true
27+
wrap-fun-args = false
28+

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Unreleased
22
--------------
33

4+
0.3.0 2022-08-08
5+
--------------
6+
47
- gluten-lwt, gluten-lwt-unix: in the OpenSSL backend, select the ALPN protocol
58
properly ([#20](https://github.com/anmonteiro/gluten/pull/20))
69
- Make `(select ...)` compatible with Dune 2.0

0 commit comments

Comments
 (0)