@@ -55,6 +55,7 @@ No redundant values:
55
55
leading-nested-match-parens= false (profile conventional (file . ocamlformat: 1 ))
56
56
let-and= compact (profile conventional (file . ocamlformat: 1 ))
57
57
let-binding-indent= 2 (profile conventional (file . ocamlformat: 1 ))
58
+ let-binding-deindent-fun= true (profile conventional (file . ocamlformat: 1 ))
58
59
let-binding-spacing= compact (profile conventional (file . ocamlformat: 1 ))
59
60
let-module= compact (profile conventional (file . ocamlformat: 1 ))
60
61
line-endings= lf (profile conventional (file . ocamlformat: 1 ))
@@ -133,6 +134,7 @@ Redundant values from the conventional profile:
133
134
leading-nested-match-parens= false (profile conventional (file . ocamlformat: 1 ))
134
135
let-and= compact (profile conventional (file . ocamlformat: 1 ))
135
136
let-binding-indent= 2 (profile conventional (file . ocamlformat: 1 ))
137
+ let-binding-deindent-fun= true (profile conventional (file . ocamlformat: 1 ))
136
138
let-binding-spacing= compact (profile conventional (file . ocamlformat: 1 ))
137
139
let-module= compact (profile conventional (file . ocamlformat: 1 ))
138
140
line-endings= lf (profile conventional (file . ocamlformat: 1 ))
@@ -211,6 +213,7 @@ Redundant values from the ocamlformat profile:
211
213
leading-nested-match-parens= false (profile ocamlformat (file . ocamlformat: 1 ))
212
214
let-and= compact (profile ocamlformat (file . ocamlformat: 1 ))
213
215
let-binding-indent= 2 (profile ocamlformat (file . ocamlformat: 1 ))
216
+ let-binding-deindent-fun= true (profile ocamlformat (file . ocamlformat: 1 ))
214
217
let-binding-spacing= compact (profile ocamlformat (file . ocamlformat: 1 ))
215
218
let-module= compact (profile ocamlformat (file . ocamlformat: 1 ))
216
219
line-endings= lf (profile ocamlformat (file . ocamlformat: 1 ))
0 commit comments