mirror of https://github.com/sbt/sbt.git
Improve code clarity with danglingParentheses = true
This commit is contained in:
parent
cf1f65612a
commit
aac916b119
|
|
@ -13,3 +13,6 @@ spaces.inImportCurlyBraces = true
|
|||
# http://docs.scala-lang.org/style/indentation.html#methods-with-numerous-arguments
|
||||
align.openParenCallSite = false
|
||||
align.openParenDefnSite = false
|
||||
|
||||
# For better code clarity
|
||||
danglingParentheses = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue