mirror of https://github.com/sbt/sbt.git
Reformat sbt source (minor changes)
This commit is contained in:
parent
fd4bf0e635
commit
2692bec21d
|
|
@ -17,4 +17,4 @@ object CorePlugin extends AutoPlugin {
|
|||
Defaults.coreDefaultSettings
|
||||
override lazy val globalSettings: Seq[Setting[_]] =
|
||||
Defaults.globalSbtCore
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import com.typesafe.sbt.site.SiteScaladocPlugin.autoImport._
|
|||
import com.typesafe.sbt.sbtghpages.GhpagesPlugin.autoImport._
|
||||
import com.typesafe.sbt.SbtGit, SbtGit.{ git, GitKeys }
|
||||
import Sxr.{ sxr, sxrConf }
|
||||
*/
|
||||
*/
|
||||
|
||||
object Docs {
|
||||
def settings: Seq[Setting[_]] = Nil
|
||||
|
|
@ -52,5 +52,5 @@ object Docs {
|
|||
IO.copy(toCopy)
|
||||
repo
|
||||
}
|
||||
*/
|
||||
*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue