both the below options were previouls good but we've had a number of
discussions around what we want. This change lands on a single one
(pushing code as far left as possible).
This change addresses the need by:
removing the ambiguity and stating that when method params are broken
onto multiple lines put one on each line and indent once from the
method declaration. This change makes it easier to scan the list.
Why:
This change addresses the need by: