Change code format by removing pesky extra spaces around operations.
If you’re like me and despise extraneous spaces around operations in code
(e.g a + b instead of a+b) then suffer no longer.
Simply open your code, CTRL+F the regex on the right and replace it with “$1”.
Be sure not to copy any extra whitespaces along with the regex.
Regex: