Skip to content

Commit 7218320

Browse files
committed
Formatage + ajout commentaire
1 parent 78ebc99 commit 7218320

File tree

3 files changed

+135
-244
lines changed

3 files changed

+135
-244
lines changed

.ocamlformat

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# https://ocaml.org/p/ocamlformat/latest/doc/manpage_ocamlformat.html
22

3-
margin = 80
4-
line-endings = lf
53
wrap-comments=false
6-
profile = conventional
7-
break-cases = toplevel
4+
profile = ocamlformat
5+
function-indent-nested = always
6+
parens-tuple = always
87
if-then-else = vertical
9-
disambiguate-non-breaking-match=true
108
doc-comments=before

0 commit comments

Comments
 (0)