Skip to content

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

License

Notifications You must be signed in to change notification settings

zokugun/vscode-endofline

Repository files navigation

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

Setting Description Default
endofline.cr.symbol Symbol displayed for CR (\r), the end-of-line sequence for Classic Mac. ¤
endofline.cr.style Style attributes (e.g., color, opacity) used to display this EOL symbol. {}
endofline.crlf.symbol Symbol displayed for CRLF (\r\n), the end-of-line sequence for Windows. ¤¬
endofline.crlf.style Style attributes (e.g., color, opacity) used to display this EOL symbol. {}
endofline.enabled Controls whether to display the EOL symbols or not. true
endofline.lf.symbol Symbol displayed for LF (\n), the end-of-line sequence for Linux and macOS. ¬¤
endofline.lf.style Style attributes (e.g., color, opacity) used to display this EOL symbol. {}
endofline.notification Display notification when a new version is installed minor
endofline.style Style 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-fi ko-fi.com/daiyam
Liberapay liberapay.com/daiyam/donate
PayPal paypal.me/daiyam99

Enjoy!

About

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

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published