mirror of https://github.com/sbt/sbt.git
workaround Scalafmt regex
Ref https://github.com/scalameta/scalafmt/issues/1404
This commit is contained in:
parent
1e157b991a
commit
621a72e49a
|
|
@ -1,7 +1,7 @@
|
|||
version = 2.0.0-RC5
|
||||
maxColumn = 100
|
||||
project.git = true
|
||||
project.excludeFilters = [ /sbt-test/, /input_sources/, /contraband-scala/ ]
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue