You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem I see here is that both the new line and the comment were detected via the F# tokens yet assigned to a different AST node.
Fantomas first prints the comment because it is linked after the Do expression and then prints the newline because it is linked to the anonymous module.
Are you interested in submitting a PR to solve this?
Issue created from fantomas-online
Formatted code
Reformatted code
Problem description
Fantomas was not able to produce the same code after reformatting the result.
Extra information
Options
Fantomas Master at 03/25/2021 16:56:06 - 360c1f8
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: