Skip to content
New issue

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

Possible incorrect indentation #2

Open
TheAngryByrd opened this issue Jun 1, 2020 · 0 comments
Open

Possible incorrect indentation #2

TheAngryByrd opened this issue Jun 1, 2020 · 0 comments

Comments

@TheAngryByrd
Copy link
Contributor

Describe the bug
On records with many fields, our Deconstruct can get long and results in 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant