We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
::
As of 8cc9aa4, Topiary formats:
let () = a :: b :: c
as:
which takes into account the multi-line mode for let but not for ::. I would expect it to be multi-line, eg:
let
or
Related to #657 for uniformity of the handling of operators.
To reproduce:
$ nix run github:tweag/topiary/8cc9aa40d -- format -l ocaml <<EOF let () = a :: b :: c EOF
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As of 8cc9aa4, Topiary formats:
as:
which takes into account the multi-line mode for
let
but not for::
. I would expect it to be multi-line, eg:or
Related to #657 for uniformity of the handling of operators.
To reproduce:
The text was updated successfully, but these errors were encountered: