simple-javascript-indenter
simple-javascript-indenter copied to clipboard
Fails to indent appropriately when a comment line follows an `if` statement
Try the following example:
var a;
if (a)
// comment
{
}