mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
chore: add ocamlformat config
This commit is contained in:
parent
a718f049aa
commit
ff5b1435da
1 changed files with 14 additions and 0 deletions
14
.ocamlformat
Normal file
14
.ocamlformat
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
version = 0.20.0
|
||||
profile=conventional
|
||||
margin=80
|
||||
if-then-else=k-r
|
||||
parens-ite=true
|
||||
parens-tuple=multi-line-only
|
||||
sequence-style=terminator
|
||||
type-decl=sparse
|
||||
break-cases=toplevel
|
||||
cases-exp-indent=2
|
||||
field-space=tight-decl
|
||||
leading-nested-match-parens=true
|
||||
module-item-spacing=sparse
|
||||
quiet=true
|
||||
Loading…
Add table
Reference in a new issue