diff --git a/.scalafmt.conf b/.scalafmt.conf index 36a16786c..de042bcdc 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -9,6 +9,7 @@ lineEndings = preserve # https://docs.scala-lang.org/style/scaladoc.html recommends the JavaDoc style. # scala/scala is written that way too https://github.com/scala/scala/blob/v2.12.2/src/library/scala/Predef.scala docstrings.style = Asterisk +docstrings.wrap = false # This also seems more idiomatic to include whitespace in import x.{ yyy } spaces.inImportCurlyBraces = true