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
This seems to only affect the function keyword specifically, as [function,function] also formats in the wrong way. I have tried changing multiple settings, but no combination seems to be able to fix this.
The text was updated successfully, but these errors were encountered:
Edit: This is just issue #464 in the js-beautify library.
When formatting
[function(){},function(){}]
it turns into this:When formatting again, we get an extra newline before the first function
which is not the same as I get at http://jsbeautifier.org/.
This seems to only affect the function keyword specifically, as
[function,function]
also formats in the wrong way. I have tried changing multiple settings, but no combination seems to be able to fix this.The text was updated successfully, but these errors were encountered: