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 Test1() = member x.Test() = () and Test2() = let someEvent = Event<EventHandler<int>, int>() [<CLIEvent>] member x.SomeEvent = someEvent.Publish
type Test1() = member x.Test() = () and Test2() = let someEvent = Event<EventHandler<int>, int>() member [<CLIEvent>] x.SomeEvent = someEvent.Publish
Fantomas generates invalid code. But all is working fine if replace and with type (remove recursive type)
and
type
Fantomas 4.6 branch at 09/17/2021 07:14:29 - 735d58e
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:
Hi there, thank you for reporting this issue. This one might be related to #1874, are you interested in submitting a PR?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
Fantomas generates invalid code. But all is working fine if replace
and
withtype
(remove recursive type)Extra information
Options
Fantomas 4.6 branch at 09/17/2021 07:14:29 - 735d58e
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: