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 Test type t = | Alpha of bool /// comment stays | Beta of (unit -> unit) /// comment is gone
module Test type t = | Beta of (unit -> unit) | Alpha of bool /// comment stays
comment disappears
Fantomas Master at 09/09/2020 21:40:22 - 0d32005
Default Fantomas configuration
The text was updated successfully, but these errors were encountered:
Print comment after closing parenthesis of SynType.Paren. Fixes fspro…
fc77156
…jects#1128
Print comment after closing parenthesis of SynType.Paren. Fixes #1128 (…
af13688
…#1130)
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
comment disappears
Extra information
Options
Fantomas Master at 09/09/2020 21:40:22 - 0d32005
Default Fantomas configuration
The text was updated successfully, but these errors were encountered: