Open
Description
The hotkey ctrl+/ comments out a line of code.
The slashes (//) are put all the way in the front like
____code
\\____some code
____other code
_ are spaces
But the auto formatter is thinking that there aren’t any spaces there so it puts the spaces in front of the slashes (//)
____code
____\\____some code
____other code
_ are spaces
And if you un comment it than it only removes the slashes (//) and so there are too many spaces