-
We are implementing a formatter are quite happy to be able to do the following (":" are all aligned at the same level)
We are not sure if we can achieve the following (is this possible somehow?)
We already can do the following ("(" in a new line, but not aligned with ":")
) |
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Jun 12, 2024
Replies: 1 comment 4 replies
-
Hey @goto40, You probably won't get this behavior out of the public formatter API. You would need to override how the edits are generated in the abstract class. I'll take note of that requirement for my upcoming refactoring of the formatter :) |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
goto40
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @goto40,
You probably won't get this behavior out of the public formatter API. You would need to override how the edits are generated in the abstract class.
I'll take note of that requirement for my upcoming refactoring of the formatter :)