simple-javascript-indenter icon indicating copy to clipboard operation
simple-javascript-indenter copied to clipboard

Fails to indent appropriately when a comment line follows an `if` statement

Open Determinant opened this issue 10 years ago • 0 comments

Try the following example:

var a;
if (a)
      // comment
{
}

Determinant avatar Dec 14 '14 03:12 Determinant