-
Notifications
You must be signed in to change notification settings - Fork 129
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
Add Scalafmt Cookbook #2903
Add Scalafmt Cookbook #2903
Conversation
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.
Hey, thanks for the contribution! And sorry for the late review.
I suggested some tweaks in the comments.
The CI is also failing, see the comments for a hint to how to fix it.
493866c
to
3f79419
Compare
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.
sclicheck.DocTests.cookbook introduction/instant-startup-scala-scripts
is failing, which is an external problem that got fixed in #2905 (cherry pick to stable
in #2909)
That should go away after a rebase off stable
.
We just need to fix sclicheck.DocTests.cookbook introduction/formatting
and we're good to go.
3f79419
to
d56032b
Compare
b4643ef
to
0db6f6a
Compare
0db6f6a
to
b10286f
Compare
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, thanks for the contribution!
Adds Format Cookbook about built-in abilities to format code using
scala-cli
withscalafmt
. Closes #333.