yh icon indicating copy to clipboard operation
yh copied to clipboard

Don't reorder empty lines

Open hron84 opened this issue 3 years ago • 0 comments

Given the following test file:

test: passed

anotherTest: failed

The expected output should contain the empty line between the two keys. Bu the actual output is:


test: passed
anotherTest: failed

Which is not what I expect. Either remove empty lines or keep them where they should be.

If there are more empty lines, they all moved to the beginning of the output.

YH version: 0.4.0

hron84 avatar Mar 01 '21 12:03 hron84