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
we will add more options about how the empty lines will be handled, allowing to keep/add/remove/limit the amount (see #1).
On my own code I've been using 2-3 lines to split each method and 1 line inside the function body to split rules by proximity, see hooks.js that helps me a lot to navigate the files on Vim (pressing { and } jumps to next/prev empty line) and I also thinks it helps on the readability (large paragraphs are harder to read).
If I run esformatter against
I get
Shouldn't it be:
(Only one single empty line according to
keepEmptyLines: 1
instead of two lines?)The text was updated successfully, but these errors were encountered: