0.2.4 release
- Upgrade to Scala 2.12.4
- Upgrade to Sbt 1.0.2
- Add support for multiline param groups (fixes #77)
def foo[T]
(a: A)
(b: B)
(implicit t: T)
Enabled with allowParamGroupsOnNewlines
set to true
def foo[T]
(a: A)
(b: B)
(implicit t: T)
Enabled with allowParamGroupsOnNewlines
set to true