We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This template is a guideline, not a strict requirement.
version = "2.5.3" align.preset = none align.stripMargin = true assumeStandardLibraryStripMargin = true
Given code like this:
val x = """|This is a test | and another |yes |""".stripMargin val y = s"""|This is a test | and another |no |""".stripMargin
When I run scalafmt via the CLI or within Metal y becomes what I have below while x doesn't change.
y
x
I would expect that both of these behave the same way.
None that I'm aware of.
I'm not sure if this was introduced #1837 or not, but it may have been.
The text was updated successfully, but these errors were encountered:
s"""|
Successfully merging a pull request may close this issue.
This template is a guideline, not a strict requirement.
Steps
Given code like this:
Problem
When I run scalafmt via the CLI or within Metal
y
becomes what I have below whilex
doesn't change.Expectation
I would expect that both of these behave the same way.
Workaround
None that I'm aware of.
Notes
I'm not sure if this was introduced #1837 or not, but it may have been.
The text was updated successfully, but these errors were encountered: