We should be able to detect when it is a negate operator vs. minus, i.e. ``` result = -result ``` should keep the `-` right against the variable name, but currently it formats to ``` result = - result ```
We should be able to detect when it is a negate operator vs. minus, i.e.
should keep the
-right against the variable name, but currently it formats to