Open
Description
Type: Bug
Issue Description
If you specify multiple spaces in a row in the value of a string variable and apply code formatting, the double spaces will be replaced with a single space. This is unacceptable.
Before:
var s1 = " test test ";
After formating:
var s1 = " test test ";