https://gitlab.com/tezos/tezos
Raw File
Tip revision: 47eab6de137ef86f2bc4f8d7dbeaf099fd006d4c authored by Jun Furuse on 17 August 2023, 05:39:40 UTC
Shell_benchmark: fixes the type of subdirectory config, to make its override properly working
Tip revision: 47eab6d
.ocamlformat
version=0.24.1
ocaml-version=4.14
wrap-fun-args=false
let-binding-spacing=compact
field-space=loose
break-separators=after
space-around-arrays=false
space-around-lists=false
space-around-records=false
space-around-variants=false
dock-collection-brackets=true
space-around-records=false
sequence-style=separator
doc-comments=before
margin=80
module-item-spacing=sparse
parens-tuple=always
back to top