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
When I type something like options = options || {}, the beautifier add an extra space after the || operator, and I get something like options = options || {} with two whitespaces between the OR operator and the opening bracket.
The text was updated successfully, but these errors were encountered:
When I type something like
options = options || {}
, the beautifier add an extra space after the||
operator, and I get something likeoptions = options || {}
with two whitespaces between the OR operator and the opening bracket.The text was updated successfully, but these errors were encountered: