Skip to content

Commit

Permalink
update .ocamlformat
Browse files Browse the repository at this point in the history
  • Loading branch information
bikallem committed Mar 24, 2021
1 parent 3176261 commit 0f1b5dc
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 130 deletions.
23 changes: 21 additions & 2 deletions .ocamlformat
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
profile = janestreet
parse-docstrings = true
profile=conventional
break-infix-before-func
break-infix=fit-or-vertical
break-separators=before
dock-collection-brackets=false
break-sequences=true
doc-comments=before
field-space=loose
let-and=sparse
sequence-style=terminator
type-decl=sparse
wrap-comments=true
if-then-else=k-r
let-and=sparse
space-around-records
space-around-lists
space-around-arrays
cases-exp-indent=2
break-cases=all
indicate-nested-or-patterns=unsafe-no
parse-docstrings=true
Loading

0 comments on commit 0f1b5dc

Please sign in to comment.