Skip to content

Commit e16a6bc

Browse files
committed
Add back default config
This disables formatting for test sources and don't know right now how to disable it otherwise.
1 parent 3e7a29c commit e16a6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object ScalariformBuild extends Build {
2121
|Using 1.7 to build requires setting SBT to use JDK 1.7 or higher -- if SBT is
2222
|booting on JDK 1.6, you will get a javax.swing related compilation error.""".stripMargin
2323

24-
lazy val commonSettings = SbtScalariform.defaultScalariformSettings ++ sonatypeSettings ++ Seq(
24+
lazy val commonSettings = Defaults.defaultConfigs ++ SbtScalariform.defaultScalariformSettings ++ sonatypeSettings ++ Seq(
2525
organization := "org.scalariform",
2626
profileName := "org.scalariform",
2727
version := "0.2.0-SNAPSHOT",

0 commit comments

Comments
 (0)