mirror of https://github.com/sbt/sbt.git
Ignore Scaladoc wrap
This commit is contained in:
parent
e879541dc3
commit
dfca652064
|
|
@ -9,6 +9,7 @@ lineEndings = preserve
|
||||||
# https://docs.scala-lang.org/style/scaladoc.html recommends the JavaDoc style.
|
# 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
|
# 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.style = Asterisk
|
||||||
|
docstrings.wrap = false
|
||||||
|
|
||||||
# This also seems more idiomatic to include whitespace in import x.{ yyy }
|
# This also seems more idiomatic to include whitespace in import x.{ yyy }
|
||||||
spaces.inImportCurlyBraces = true
|
spaces.inImportCurlyBraces = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue