You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Negative numbers are constants with a negative value, so OperatorWhitespace does not apply.
It also skips negative prefixes of variables / expressions, because technically those would show up as arithmetic operators, but applying arithmeticOpPolicy doesn't make sense for them.
It's possible to expand unaryOpPolicy to work on those prefixes, but that would only enforce "inner" spacing.
Mainly for negative numbers such as
-1
. It should be differentiated from the arithmetic operator which is a binary operator.The text was updated successfully, but these errors were encountered: