Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't find if this was on purpose and I don't remember it to be, but scalafmt will now remove trailing spaces in multiline strings, which makes the Metals update quite impossible unless we do a lot of ignores.
A lot of the times the spaces are actually correct, for example we are checking the position of the cursor after some edits. It should have indentation.
Could we put that behaviour under an option?
scalameta/metals#7224 and scalacenter/bloop#2613 both fail and the metals PR would require quite a lot of work.
Beta Was this translation helpful? Give feedback.
All reactions