Open bbugh opened 7 years ago
In C# when formatting, the assignment operators have whitespace inserted. Here's a gif showing before/after:
same in cpp here some regex if you can put in inside: ([\/\!\%\^\&\*\-\+\~\|\=])([\&\|])?\s+(\=) replace with $1$2$3
([\/\!\%\^\&\*\-\+\~\|\=])([\&\|])?\s+(\=)
$1$2$3
In C# when formatting, the assignment operators have whitespace inserted. Here's a gif showing before/after: