This option controls whether compound assignment operators (+=, -=, ...) should be preferred over the equivalent expression.
a += b;
a = a + b;