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 module App = type Msg = B of C let a = "test"
When formatting a single case discriminated union in module the next code for module is then indented as if it were not part of the module
Fantomas Master at 09/09/2020 12:13:33 - cd36f2c
Default Fantomas configuration
The text was updated successfully, but these errors were encountered:
Keep extra indent for short single case DU. Fixes fsprojects#1122 and f…
7bb5729
…sprojects#1123.
Keep extra indent for short single case DU. Fixes #1122 and #1123. (#…
8b958bf
…1125)
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
When formatting a single case discriminated union in module the next code for module is then indented as if it were not part of the module
Extra information
Options
Fantomas Master at 09/09/2020 12:13:33 - cd36f2c
Default Fantomas configuration
The text was updated successfully, but these errors were encountered: