You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this configuration and ocamlformat, the formatting of this snippet is surprising. I'm not expecting the closing parenthesis to be indented like the elements in the sequence.
let init =lazy
( foo () ;
bar
)
The text was updated successfully, but these errors were encountered:
With this configuration and ocamlformat, the formatting of this snippet is surprising. I'm not expecting the closing parenthesis to be indented like the elements in the sequence.
The text was updated successfully, but these errors were encountered: