Shared coding conventions allow teams to collaborate effectively.
This rule checks that when
* an assignment is too long to fit on one line, the line break is inserted before the ``++=++`` rather than after, and the second line of the statement is indented from the first.
* an object operator is the first thing on the line, it is indented from the previous line.