Skip to content

Commit

Permalink
refine formatting preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Feb 14, 2017
1 parent bcc0d20 commit ebf5721
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/BuildSettings.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import play.sbt.Play.autoImport._
import sbt._, Keys._
import com.typesafe.sbt.SbtScalariform
import com.typesafe.sbt.SbtScalariform.ScalariformKeys
import play.sbt.Play.autoImport._
import sbt._, Keys._
import scalariform.formatter.preferences._

object BuildSettings {
Expand All @@ -28,8 +28,8 @@ object BuildSettings {
ScalariformKeys.preferences := ScalariformKeys.preferences.value
.setPreference(AlignSingleLineCaseStatements, true)
.setPreference(CompactControlReadability, true)
.setPreference(SpacesAroundMultiImports, true)
.setPreference(DanglingCloseParenthesis, Preserve))
.setPreference(DanglingCloseParenthesis, Prevent)
.setPreference(NewlineAtEndOfFile, true))

def defaultDeps = Seq(scalaz, scalalib, jodaTime, ws, java8compat)

Expand Down

0 comments on commit ebf5721

Please sign in to comment.