Closed sloganking closed 2 years ago
determine_whitespace_type() may return in incorrect num of spaces.
determine_whitespace_type()
|The multi line comment below leaves 1 space in front of each star
/* * */ let a = 0
multi-line comments starting without *s may be incorrectly interpreted as indented code
/* asdf */ let a = 0
This is fixed. though I think sadly the solution significantly slowed down formatting. Possibly 3x.
determine_whitespace_type()
may return in incorrect num of spaces.|The multi line comment below leaves 1 space in front of each star
multi-line comments starting without *s may be incorrectly interpreted as indented code