Skip to content

Commit c7a560a

Browse files
committed
add scalafmt
1 parent 704d501 commit c7a560a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

configs/community.dbuild

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,6 +1086,19 @@ build += {
10861086
]
10871087
}
10881088

1089+
// forked (July 2017) to remove coursier and sbt-idea-plugin
1090+
${vars.base} {
1091+
name: "scalafmt"
1092+
uri: ${vars.uris.scalafmt-uri}
1093+
extra.exclude: [
1094+
// our artifactory doesn't have sbt-idea-plugin; we could add it,
1095+
// but this subproject seems inessential/irrelevant actually
1096+
"intellij"
1097+
// uses coursier (as a library, I think)
1098+
"bootstrap"
1099+
]
1100+
}
1101+
10891102
${vars.base} {
10901103
name: "scalatex"
10911104
uri: ${vars.uris.scalatex-uri}

configs/project-refs.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ vars.uris: {
7878
scala-swing-uri: "https://github.com/scala/scala-swing.git#2.0.x"
7979
scalacheck-uri: "https://github.com/rickynils/scalacheck.git#9b71bb3dfe186c03292faa59976487af2ee23caa"
8080
scalafix-uri: "https://github.com/scalacommunitybuild/scalafix.git#community-build-2.12"
81+
scalafmt-uri: "https://github.com/scalacommunitybuild/scalafmt.git#community-build-2.12"
8182
scalaj-http-uri: "https://github.com/scalaj/scalaj-http.git"
8283
scalameta-uri: "https://github.com/scalacommunitybuild/scalameta.git#community-build-2.12"
8384
scalameter-uri: "https://github.com/scalameter/scalameter.git"

0 commit comments

Comments
 (0)