neo sbt scalafmt:Scalafmt SBT插件 源码
新-sbt-scalafmt 一个SBT插件该 格式化.sbt和.scala文件 支持sbt 0.13和1.0.0-RC3 支持Scalafmt 0.6和1.0 进行中 使用sbt的ivy2进行依赖关系解析 用法 在project/plugins.sbt , // see the Maven badge at the top of this README for the latest version addSbtPlugin( " com.lucidchart " % " sbt-scalafmt " % " " ) // if you use coursier, you must use sbt-scalafmt-coursier // addSbtPlugin("com.lucidchart" % "sbt-scalafmt-coursier" % "<ve
用户评论