semistandard-format icon indicating copy to clipboard operation
semistandard-format copied to clipboard

Should remove padding at end of block

Open Janpot opened this issue 9 years ago • 2 comments

example:

function hello () {
  console.log('hello world');

}

hello();

output:

function hello () {
  console.log('hello world');

}

hello();

I expected the last blank line in the function to be removed.

Janpot avatar Oct 06 '15 13:10 Janpot

oops, seems to be duplicate of https://github.com/maxogden/standard-format/issues/110

Janpot avatar Oct 06 '15 13:10 Janpot

We can leave this issue here until it gets fixed :+1:

ricardofbarros avatar Oct 06 '15 14:10 ricardofbarros