-
Notifications
You must be signed in to change notification settings - Fork 276
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
Allow single line case if it fits on line #150
Comments
For some reason I can't find a solution I'm happy with, I got really deep into issues with the |
I think the same rule should apply to the DOM.render { implicit ctx =>
...
} Currently, it gets indented as follows: DOM.render {
implicit ctx =>
...
} |
Closing as won't fix. |
@olafurpg I thought I recalled seeing a reference to why this is wontfix, maybe it is elsewhere. Was it something hoped that could be addressed through Paiges (or conclusively cannot), or due to Scala 3 potentially not needing the |
Mostly closed since I don't think it's worth pursuing with the current implementation. A tree printer with paiges should make it easier to support this desirable output. |
From @lihaoyi on Gitter.
The text was updated successfully, but these errors were encountered: