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 foo = bar // bar //// hi!
let foo = bar
Fantomas was not able to produce the same code after reformatting the result.
We've lost the trailing comment, too.
Note that the initial format was fine - it was only when Fantomas added a newline on the end that we started losing the comment.
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:
Don't combine LineCommentAfterSourceCode and LineCommentOnSingleLine …
82a4b8b
…as one trivia. Fixes fsprojects#1604.
376c409
…as one trivia. (#1612) * Don't combine LineCommentAfterSourceCode and LineCommentOnSingleLine as one trivia. Fixes #1604. * Don't pass nextTokens.
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.
We've lost the trailing comment, too.
Note that the initial format was fine - it was only when Fantomas added a newline on the end that we started losing the comment.
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: