-
Notifications
You must be signed in to change notification settings - Fork 281
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
Documentation improvements #1767
Conversation
@@ -115,13 +115,19 @@ in the `.scalafmt.conf` configuration file and downloaded dynamically. | |||
|
|||
```scala | |||
// In project/plugins.sbt. Note, does not support sbt 0.13, only sbt 1.x. | |||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.2.1") | |||
// or | |||
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1") // before 1.6.0-RC4 |
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.
I suppose enough time has passed
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.
:)
@@ -115,13 +115,19 @@ in the `.scalafmt.conf` configuration file and downloaded dynamically. | |||
|
|||
```scala | |||
// In project/plugins.sbt. Note, does not support sbt 0.13, only sbt 1.x. | |||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.2.1") | |||
// or | |||
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1") // before 1.6.0-RC4 |
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.
:)
Attempt to clarify sbt integration versioning by
.scalafmt.conf
example near to plugin installation section.Also
rewriteTokens
: incredibly useful config still not presented on the site.Grammar check, please :)
Related to #1523