Skip to content

Commit

Permalink
Adding .ocamlformat and formatting codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinepouille committed Nov 30, 2023
1 parent f46e70e commit 46973b0
Show file tree
Hide file tree
Showing 564 changed files with 110,140 additions and 104,043 deletions.
15 changes: 15 additions & 0 deletions .ocamlformat
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version = 0.26.1
profile=conventional
margin=80
if-then-else=k-r
parens-ite=true
parens-tuple=multi-line-only
sequence-style=terminator
type-decl=compact
break-cases=toplevel
cases-exp-indent=2
field-space=tight-decl
leading-nested-match-parens=true
module-item-spacing=compact
quiet=false

Loading

0 comments on commit 46973b0

Please sign in to comment.