Skip to content

Commit

Permalink
Cleanup irrelevant test data introduced in #40 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-brice-jaglin authored and poslegm committed Aug 9, 2019
1 parent 982c398 commit 6ad6668
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions plugin/src/sbt-test/scalafmt-sbt/sbt/.scalafmt13.conf

This file was deleted.

2 changes: 0 additions & 2 deletions plugin/src/sbt-test/scalafmt-sbt/sbt/.scalafmt14.conf

This file was deleted.

2 changes: 0 additions & 2 deletions plugin/src/sbt-test/scalafmt-sbt/sbt/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,9 @@ lazy val p12 = project.settings(
)
lazy val p13 = project.settings(
scalaVersion := "2.12.1",
scalafmtConfig := file(".scalafmt13.conf")
)
lazy val p14 = project.settings(
scalaVersion := "2.12.1",
scalafmtConfig := file(".scalafmt14.conf")
)
lazy val p15 = project.settings(
scalaVersion := "2.12.1",
Expand Down

0 comments on commit 6ad6668

Please sign in to comment.