mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
SbtScalariform is now an AutoPlugin, so its scalariformSettings are already added to the project. So don't add it again otherwise `disablePlugins(SbtScalariform)` won't work. And miscellaneous cleanups.