Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Option to reduce multiple newlines to 1 #25

Open
webprofusion-chrisc opened this issue Jun 23, 2019 · 0 comments
Open

Comments

@webprofusion-chrisc
Copy link

Thanks for making this extension! I find that while moving code around I often have multiple newlines (2 or 3) and I'd like to be able to reduce that to 1 empty line where there are multiple, so still keep some line spacing between, but not an inconsistent amount.

var a=123;
var b=345;


var c=a+b;

would become:

var a=123;
var b=345;

var c=a+b;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant