You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.1") to plugins.sbt and add sbt scalafmtCheck to CI job to break the build on unformatted code.
Emphasize proper IDEA settings to work along with scalafmt.
Use http://github.com/ergoplatform/explorer-backend/blob/bc041de4e3a9c0008b7b2d8121c7e904c573ba54/.scalafmt.conf#L1-L1
as an example.
Add
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.1")
toplugins.sbt
and addsbt scalafmtCheck
to CI job to break the build on unformatted code.Emphasize proper IDEA settings to work along with scalafmt.
https://scalameta.org/scalafmt/docs/installation.html
The text was updated successfully, but these errors were encountered: