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 Baz type Foo = | Foo of int /// and [<RequireQualifiedAccess>] Bar<'a> = | Bar of int
namespace Baz type Foo = Foo of int and [<RequireQualifiedAccess>] Bar<'a> = Bar of int
The problem also arises if you don't have the [<RequireQualifiedAccess>] attribute.
[<RequireQualifiedAccess>]
Fantomas Master at 03/31/2021 17:11:59 - 44926de
{ config with KeepIfThenInSameLine = 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:
Print trivia of TypeDefnSig using FullRange extension. Fixes fsprojec…
61ef1ed
…ts#1562.
5ca3807
Print trivia of TypeDefnSig using FullRange extension. Fixes #1562. (#…
557c097
…1572)
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
The problem also arises if you don't have the
[<RequireQualifiedAccess>]
attribute.Extra information
Options
Fantomas Master at 03/31/2021 17:11:59 - 44926de
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: