Show end of line symbol in buffer.
LF | CRLF | CR |
---|---|---|
Enable for all buffers.
(global-show-eol-mode t)
Or you can just enable in specific buffer you want.
(show-eol-mode t)
If you would like to contribute to this project, you may either clone and make pull requests to this repository. Or you can clone the project and establish your own branch of this tool. Any methods are welcome!