Comments placed at end of line shifting left
Closed this issue · 1 comments
Cirieno commented
I often add a comment at the end of a line with four spaces before the semi-colon, and I'm finding that the formatter is concatenating the spaces into a single space.
Unformatted input
#noEnv ;// prevents empty variables from being looked up
drawMenuItem__exit() ;// call this function
Actual formatted output
#noEnv ;// prevents empty variables from being looked up
drawMenuItem__exit() ;// call this function