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
Currently single element DUs are pushed onto a new line - it would be nice to have an option to keep them on a single line e.g.
type CustomerId = | CustomerId of int
becomes
type CustomerId = CustomerId of int
This is particularly useful when creating multiple single case DUs.
The text was updated successfully, but these errors were encountered:
Formatting single case DU on the same line. fsprojects#192
83bdc97
ba35dc0
684ce87
Fixed in #234.
Sorry, something went wrong.
No branches or pull requests
Currently single element DUs are pushed onto a new line - it would be nice to have an option to keep them on a single line e.g.
becomes
This is particularly useful when creating multiple single case DUs.
The text was updated successfully, but these errors were encountered: