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
let f () = match lol with | 1 -> // comment 1 () // comment 2 |> function // comment 3 | 3 -> ()
let f () = match lol with | 1 -> () // comment 2 |> function | 3 -> ()
In certain situations comments in match statements are deleted.
Fantomas Master at 08/13/2020 09:57:58 - ee6dd12
Default Fantomas configuration
The text was updated successfully, but these errors were encountered:
Print trivia after clause arrow and function keyword. Fixes fsproject…
8b78ae0
…s#1010.
Print trivia after clause arrow and function keyword. Fixes #1010. (#…
dbb3c9e
…1013)
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
In certain situations comments in match statements are deleted.
Extra information
Options
Fantomas Master at 08/13/2020 09:57:58 - ee6dd12
Default Fantomas configuration
The text was updated successfully, but these errors were encountered: