Socket
Book a DemoInstallSign in
Socket

EndOfLine

Package Overview
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

EndOfLine

Display end-of-line characters with custom symbols and styles

OpenVSX
Version
0.1.0
Version published
Maintainers
0
Source

EndOfLine

License Visual Studio Marketplace Version Open VSX Version Donation Donation Donation

With EndOfLine, let's display the end-of-line characters with yours symbols and styles.

Configuration

In your settings:

{
    "endofline.cr.symbol": "←",
	"endofline.crlf.symbol": "↵",
	"endofline.lf.symbol": ".",
	"endofline.style": {
		"color": "#009999",
		"opacity": 0.5
	},
}

Settings

SettingDescriptionDefault
endofline.cr.symbolSymbol displayed for CR (\r), the end-of-line sequence for Classic Mac.¤
endofline.cr.styleStyle attributes (e.g., color, opacity) used to display this EOL symbol.{}
endofline.crlf.symbolSymbol displayed for CRLF (\r\n), the end-of-line sequence for Windows.¤¬
endofline.crlf.styleStyle attributes (e.g., color, opacity) used to display this EOL symbol.{}
endofline.enabledControls whether to display the EOL symbols or not.true
endofline.lf.symbolSymbol displayed for LF (\n), the end-of-line sequence for Linux and macOS.¬¤
endofline.lf.styleStyle attributes (e.g., color, opacity) used to display this EOL symbol.{}
endofline.notificationDisplay notification when a new version is installedminor
endofline.styleStyle attributes (e.g., color, opacity) used to display any EOL symbols. Ex: "endofline.style" { "color" : "#009999", "opacity" : 0.7 }{}

Donations

Support this project by becoming a financial contributor.

Ko-fiko-fi.com/daiyam
Liberapayliberapay.com/daiyam/donate
PayPalpaypal.me/daiyam99

Enjoy!

Keywords

__web_extension

FAQs

Package last updated on 02 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts