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

Format PatternMatchClass #6642

Closed
Tracked by #5834
MichaReiser opened this issue Aug 17, 2023 · 1 comment · Fixed by #6860
Closed
Tracked by #5834

Format PatternMatchClass #6642

MichaReiser opened this issue Aug 17, 2023 · 1 comment · Fixed by #6860
Assignees
Labels
formatter Related to the formatter good first issue Good for newcomers help wanted Contributions especially welcome

Comments

@MichaReiser
Copy link
Member

MichaReiser commented Aug 17, 2023

Implement formatting for class match patterns

match x:
    case Point2D(0, 0):
        ...

    case Point3D(x=0, y=0, z=0):
        ...
@MichaReiser MichaReiser added formatter Related to the formatter help wanted Contributions especially welcome labels Aug 17, 2023
@MichaReiser MichaReiser added this to the Formatter: Alpha milestone Aug 17, 2023
@MichaReiser MichaReiser added the good first issue Good for newcomers label Aug 17, 2023
@LaBatata101
Copy link
Contributor

LaBatata101 commented Aug 21, 2023

I can take this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
formatter Related to the formatter good first issue Good for newcomers help wanted Contributions especially welcome
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants