xojo-format-code
xojo-format-code copied to clipboard
-varname converts to - varname
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