Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 377 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 377 Bytes

VS Code EOL

This is an extension to display EOL (new line) characters in your code.

Supports \n, \r\n, and \r returns

Sample with LF

sample

Sample with CRLF

sample

Settings

code-eol.color - Choose the color for displaying the EOL character. Defaults to the current theme color. (Example: "code-eol.color":"#F00")