You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try to validate this code:
function foo(){
var a,
b,
c
}
Expected result:
Formater should add one indent level for each variable after line with statement in multiple variable declaration. Like on http://jsbeautifier.org/
Actual result:
Variable declarations don't have indent after line with statement.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
function foo(){
var a,
b,
c
}
Expected result:
Formater should add one indent level for each variable after line with statement in multiple variable declaration. Like on http://jsbeautifier.org/
Actual result:
Variable declarations don't have indent after line with statement.
The text was updated successfully, but these errors were encountered: