Skip to content

Commit

Permalink
allow closing parens on same line
Browse files Browse the repository at this point in the history
  • Loading branch information
koeninger committed Nov 29, 2018
1 parent 9fdc7a8 commit 07ca58f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/.scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ align = none
align.openParenDefnSite = false
align.openParenCallSite = false
align.tokens = []
optIn = {
configStyleArguments = false
}
danglingParentheses = false
docstrings = JavaDoc
maxColumn = 98

0 comments on commit 07ca58f

Please sign in to comment.