mirror of https://github.com/sbt/sbt.git
14 lines
501 B
Plaintext
14 lines
501 B
Plaintext
version = 2.0.0-RC5
|
|
maxColumn = 100
|
|
project.git = true
|
|
project.excludeFilters = [ "\\Wsbt-test\\W", "\\Winput_sources\\W", "\\Wcontraband-scala\\W" ]
|
|
|
|
# http://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 = JavaDoc
|
|
|
|
# This also seems more idiomatic to include whitespace in import x.{ yyy }
|
|
spaces.inImportCurlyBraces = true
|
|
|
|
trailingCommas = preserve
|