-
Notifications
You must be signed in to change notification settings - Fork 156
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
chore: mention the faster code fmt approach #1022
Conversation
I use scalafmt using coursier CLI - see https://scalameta.org/scalafmt/docs/installation.html#cli We might generally be better off pointing at that https://scalameta.org/scalafmt/docs/installation.html page generally. |
Let me add that then. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm to me now.
You can also mention that there is scalafmt-native which has installations for various distributions, see https://scalameta.org/scalafmt/docs/installation.html#native-image |
It was mentioned in the shell example. |
Running CI, if its good to go ill approve |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, link-validator failure appears to be irrelevant
Motivation
Mention an easy way to format pekko code, which allows you to skip the sbt loading, in specific cases may be vert useful.
Using Scala-Cli
Using sbt