sbt-scalafmt alternatives and similar packages
Based on the "Sbt plugins" category.
Alternatively, view sbt-scalafmt alternatives based on common mentions on social networks and blogs.
-
sbt-ensime
DISCONTINUED. Generates .ensime config files for SBT projects http://ensime.org/build_tools/sbt -
sbt-dependency-check
SBT Plugin for OWASP DependencyCheck. Monitor your dependencies and report if there are any publicly known vulnerabilities (e.g. CVEs). :rainbow: -
sbt-unidoc
sbt plugin to create a unified Scaladoc or Javadoc API document across multiple subprojects. -
sbt-classfinder
SBT plugin for retrieving runtime information about the classes and traits in a project
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of sbt-scalafmt or a related project?
README
sbt-scalafmt
This is the repository for the Scalafmt sbt plugin, for the main Scalafmt repository see scalameta/scalafmt.
Installation
Add following line into project/plugins.sbt
(latest version is available next to the
maven central badge above)
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % PLUGIN_VERSION)
If the above does not work, in enterprise environments, try:
libraryDependencies += "org.scalameta" % "sbt-scalafmt_2.12_1.0" % PLUGIN_VERSION
User documentation
Head over to the user docs for instructions on how to install and use scalafmt.
Team
The current maintainers (people who can merge pull requests) are:
- Mikhail Chugunkov
@poslegm
- Ólafur Páll Geirsson -
@olafurpg
- Rikito Taniguchi
@tanishiking
An up-to-date list of contributors is available here: https://github.com/scalameta/sbt-scalafmt/graphs/contributors
We strive to offer a welcoming environment to learn, teach and contribute.