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

wake-format: multi-match alignment #1406

Open
mmjconolly opened this issue Aug 29, 2023 · 0 comments
Open

wake-format: multi-match alignment #1406

mmjconolly opened this issue Aug 29, 2023 · 0 comments

Comments

@mmjconolly
Copy link
Contributor

mmjconolly commented Aug 29, 2023

It could be nice to have match with multiple arguments aligns pattern columns and =.
(subject to normal line length constraints)

For example:

match a b
   (String aa) (Integer bb) = k aa bb
   (Boolean aa) (Path bb) = j aa bb

could become

match a b
   (String aa)  (Integer bb) = k aa bb
   (Boolean aa) (Path bb)    = j aa bb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants