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
type internal Foo private () = static member Bar : int option = if thing = 1 then printfn "hi" else if veryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryLong |> Seq.forall (fun (u: VeryVeryVeryVeryVeryVeryVeryLong) -> u.Length = 0) then // printfn "hi" else failwith ""
Fantomas was not able to produce the same code after reformatting the result.
It added an extra space before the comment, which it then tries to take away again.
Fantomas Master at 04/05/2021 16:09:34 - 31922c0
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:
Keep comment after elif expression before then keyword. Fixes fsproje…
b4acb4a
…cts#1606.
Keep comment after elif expression before then keyword. Fixes #1606. (#…
5d1684b
…1615)
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Formatted code
Reformatted code
Problem description
Fantomas was not able to produce the same code after reformatting the result.
It added an extra space before the comment, which it then tries to take away again.
Extra information
Options
Fantomas Master at 04/05/2021 16:09:34 - 31922c0
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: