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
Why Add this ?
sometimes it becomes very hard to separate sections when the component is complicated.
I usually prefer 2-3 newlines between each section, so that I can easily differentiate sections.
Looking for same feature but to separate redux actions/types/other stuff to make it readable. Any info on this exists? Like general use plugin for same purpose?
With #314 implemented you can chose svelteSortOrder: none and put any number of comments between the script/style/html sections to get what you want. I don't think a separate option for this specific use case would be good, we need to keep the number of options lean - therefore closing this.
Why Add this ?
sometimes it becomes very hard to separate sections when the component is complicated.
I usually prefer 2-3 newlines between each section, so that I can easily differentiate sections.
Example 1: : Put 2 new lines between sections
Example 2: :
The text was updated successfully, but these errors were encountered: