Open TwitchBronBron opened 11 months ago
currently z = -(x + y) gets reformatted as z = - (x + y) by the formatter. We should keep the minus sign next to the parens.
z = -(x + y)
z = - (x + y)
currently
z = -(x + y)
gets reformatted asz = - (x + y)
by the formatter. We should keep the minus sign next to the parens.