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
Issue created from fantomas-online
module Foo = let bar = baz |> ( // Hi! match false with | true -> id | false -> id )
module Foo = let bar = baz |> ( // Hi! match false with | true -> id | false -> id)
This is an offside error.
I think the correct formatting is probably:
(with the position of the final bracket depending on the MultiLineLambdaClosingNewline setting).
Fantomas Master at 05/09/2021 13:45:10 - f10b822
Default Fantomas configuration
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
The text was updated successfully, but these errors were encountered:
Avoid offset error when a comment appears before a match statement in…
0f46228
… infix expression. Fixes fsprojects#1711.
54e19d9
… infix expression. (#1732) Fixes #1711.
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
This is an offside error.
I think the correct formatting is probably:
(with the position of the final bracket depending on the MultiLineLambdaClosingNewline setting).
Extra information
Options
Fantomas Master at 05/09/2021 13:45:10 - f10b822
Default Fantomas configuration
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
The text was updated successfully, but these errors were encountered: