rokucommunity / brighterscript-formatter

A code formatter for BrighterScript (and BrightScript)
MIT License
15 stars 4 forks source link

Fix leading negative sign with parens #80

Open TwitchBronBron opened 11 months ago

TwitchBronBron commented 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.