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
Describe the bug On records with many fields, our Deconstruct can get long and results in Possible incorrect indentation
Deconstruct
Possible incorrect indentation
member this.Deconstruct( outBar: outref<_>, outAnother: outref<_>, outMORE: outref<_>, outAnother22: outref<_>) = outBar <- this.Bar outAnother <- this.Another.Deconstruct() outMORE <- this.MORE.Deconstruct() outAnother22 <- this.Another22.Deconstruct()
Additional context Fantomas formatting issue: fsprojects/fantomas#868
Once this is fixed we'll have to pipe it through to FsAst and Myriad.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
On records with many fields, our
Deconstruct
can get long and results inPossible incorrect indentation
Additional context
Fantomas formatting issue: fsprojects/fantomas#868
Once this is fixed we'll have to pipe it through to FsAst and Myriad.
The text was updated successfully, but these errors were encountered: