Hide the last 'new line', just like vim does.
This package is meant for:
\n
marks the termination of one single line, instead of acting as the separator between two lines.You SHOULD NOT use this package if you think:
\n
at the end of a file is totally heresy;\n
to each file you write, and indicating your fidelity of that.Suppress display of end-of-file newlines as blank lines. A temporal fix for Atom issue 7787. More precisely,
\n
, then the line number of the 'new line' is hidden (by css), just like what vim does.\n
, then the line number is shown in bright color, indicating you should append a \n
.\r\n
as EOL simply work perfectly.Attention: This package only deals with how things appear: it never modify any bit of your file content. Thus, this package:
whitespace
, editorconfig
, and other packages.Feel free to write another package from scratch and replace this patch because this is so poorly-written that really needs rewriting.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.