From b00e95f3eb47313cc4f6c8dd20e2183e5bc0f4bc Mon Sep 17 00:00:00 2001 From: Romain Calascibetta Date: Wed, 19 Oct 2022 11:49:17 +0200 Subject: [PATCH] Add an .ocamlformat - from decompress distribution --- .ocamlformat | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .ocamlformat diff --git a/.ocamlformat b/.ocamlformat new file mode 100644 index 0000000..a226ec0 --- /dev/null +++ b/.ocamlformat @@ -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