mirror of https://github.com/sbt/sbt.git
Don't align args or params by the opening parens
This commit is contained in:
parent
490f57c779
commit
cf1f65612a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue