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
namespace Test /// type Foo = /// | Bar /// and internal Hi<'a> = /// abstract Apply<'b> : Foo -> 'b /// and [<CustomEquality>] Bang = internal { LongNameBarBarBarBarBarBarBar: int } /// override GetHashCode : unit -> int
Fantomas was not able to produce the same code after reformatting the result.
I haven't been able to make this example any smaller, I'm afraid. Fantomas reformats by adding an extra line above the last type definition.
Fantomas Master at 04/05/2021 16:09:34 - 31922c0
{ config with MultilineBlockBracketsOnSameColumn = true }
Signature file
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:
Take attribute trivia into account for SynTypeDefnSig. Fixes fsprojec…
9f12df3
…ts#1605.
Take attribute trivia into account for SynTypeDefnSig. Fixes #1605. (#…
bcd73e8
…1614)
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.
I haven't been able to make this example any smaller, I'm afraid. Fantomas reformats by adding an extra line above the last type definition.
Extra information
Options
Fantomas Master at 04/05/2021 16:09:34 - 31922c0
Signature file
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: