currently `z = -(x + y)` gets reformatted as `z = - (x + y)` by the formatter. We should keep the minus sign next to the parens.
currently
z = -(x + y)gets reformatted asz = - (x + y)by the formatter. We should keep the minus sign next to the parens.