Improve code clarity with danglingParentheses = true

This commit is contained in:
Dale Wijnand 2018-04-04 15:20:24 +01:00
parent cf1f65612a
commit aac916b119
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 3 additions and 0 deletions

View File

@ -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