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 PatternMatchSequence #6645

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

Format PatternMatchSequence #6645

MichaReiser opened this issue Aug 17, 2023 · 1 comment · Fixed by #6676
Assignees
Labels
formatter Related to the formatter help wanted Contributions especially welcome

Comments

@MichaReiser
Copy link
Member

MichaReiser commented Aug 17, 2023

Implement formatting of [a, b] match sequences.

match x:
    case [1, 2]:
        ...

This should probably be similar to list formatting.

@MichaReiser MichaReiser added formatter Related to the formatter help wanted Contributions especially welcome labels Aug 17, 2023
@harupy
Copy link
Contributor

harupy commented Aug 18, 2023

@MichaReiser

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

Successfully merging a pull request may close this issue.

2 participants