With EndOfLine, let's display the end-of-line characters with yours symbols and styles.
In your 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 } |
{} |
Support this project by becoming a financial contributor.
| ko-fi.com/daiyam | |
| liberapay.com/daiyam/donate | |
| paypal.me/daiyam99 |
Enjoy!
{ "endofline.cr.symbol": "←", "endofline.crlf.symbol": "↵", "endofline.lf.symbol": ".", "endofline.style": { "color": "#009999", "opacity": 0.5 }, }