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
I'm on board with this idea. I just checked prettier, and they maintain the extra line between cases statements if it exists.
I can't think of a good reason why we shouldn't do the same.
The current behaviour removes any new lines between case statements, so it converts:
to:
I think it should maintain an extra space, just like between statements in a block:
The text was updated successfully, but these errors were encountered: