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 TransactionType = | [<CompiledName "External Credit Balance Refund">] ExternalCreditBalanceRefund | [<CompiledName "Credit Balance Adjustment (Applied from Credit Balance)">] CreditBalanceAdjustmentAppliedFromCreditBalance
type TransactionType = | [<CompiledName "External Credit Balance Refund">] ExternalCreditBalanceRefund | [<CompiledName "Credit Balance Adjustment (Applied from Credit Balance)">] CreditBalanceAdjustmentAppliedFromCreditBalance of
Fantomas adds "of" to a union case when it is seemingly too long
The second union now has of at the end of the second union without types which breaks the generated code
of
Fantomas Master at 06/28/2021 08:27:00 - 31fc949
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:
Only print union case fields when there are any. Fixes fsprojects#1796.
496c6de
Thank you for reporting this issue.
Sorry, something went wrong.
Only print union case fields when there are any. Fixes #1796. (#1797)
392b3dd
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
Fantomas adds "of" to a union case when it is seemingly too long
The second union now has
of
at the end of the second union without types which breaks the generated codeExtra information
Options
Fantomas Master at 06/28/2021 08:27:00 - 31fc949
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: