diff --git a/.scalafmt.conf b/.scalafmt.conf index e4ab36511..2486945d0 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -8,3 +8,8 @@ docstrings = JavaDoc # This also seems more idiomatic to include whitespace in import x.{ yyy } spaces.inImportCurlyBraces = true + +# This is more idiomatic Scala. +# http://docs.scala-lang.org/style/indentation.html#methods-with-numerous-arguments +align.openParenCallSite = false +align.openParenDefnSite = false