Add an .ocamlformat - from decompress distribution
This commit is contained in:
parent
b298a927b2
commit
b00e95f3eb
1 changed files with 17 additions and 0 deletions
17
.ocamlformat
Normal file
17
.ocamlformat
Normal file
|
@ -0,0 +1,17 @@
|
|||
version=0.23.0
|
||||
profile=conventional
|
||||
break-struct=natural
|
||||
break-infix=fit-or-vertical
|
||||
break-sequences=false
|
||||
break-collection-expressions=wrap
|
||||
break-separators=before
|
||||
exp-grouping=preserve
|
||||
parens-tuple=multi-line-only
|
||||
space-around-lists=false
|
||||
space-around-records=false
|
||||
space-around-arrays=false
|
||||
break-fun-decl=smart
|
||||
cases-exp-indent=2
|
||||
sequence-style=before
|
||||
field-space=tight
|
||||
break-before-in=auto
|
Loading…
Reference in a new issue