Revision 247c3bc885f133cb1e7437295ce0edf922c4567c authored by Diane Gallois-Wong on 01 September 2022, 13:15:45 UTC, committed by Marge Bot on 06 September 2022, 08:21:04 UTC
to cover cases that used to be tested in the plugin tests, which
have been removed by the previous commit.
1 parent 322c733
Raw File
.ocamlformat
version=0.21.0
ocaml-version=4.12.1
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