Wrong indentation after comments
Created at 07 Dec 2013, 06:14
Wrong indentation after comments
07 Dec 2013, 06:14
Small (but annoying) bug, when using comment blocks (/* ..... */):
return; } }*/ if (lastIndex == 0)
The line following a comment block always has a 0 indentation. Proper indentation restarts from the following line.
Spotware
09 Dec 2013, 10:35
It has been noted. Thank you.
@Spotware