CR, LF, or CRLF are the EOL (End Of Line) Characters or Newline characters that are displayed (hidden) at the end of each line of a file, it may vary depending upon on what Operating System this file was created or what EOL Char Encoding was used.
If you are using Sublime Text Editor to work with such files and wondering how to see these EOL characters, well it does not have an option to display the EOL characters out of the box - you would require to install a package like - RawLineEdit
- Open the File in Sublime Editor,
- Make sure you have installed the package RawLineEdit,
- Now press: Command (Control for Windows) + Shift + P and type Raw Line Edit: View Line Ending,
- Note this will work only for saved file and not a unsaved tab with some text in it,
- You sould see and new section that shows the line ending character details.

Display CR LF or CRFL EOL Characters in Sublime Text Editor

Raw Line Edit Package
Have Questions? Post them here!
More Posts related to Sublime-Text,
- How to add ruler in Sublime Text tab window
- Change Sublime Text 3 white background color theme
- Replace new line with comma in Sublime Text Editor
- Sublime Text 3 Convert Case to Upper, Lower, Title or Swap
- How to add Multiple Rulers in Sublime Text
- How to install Packages in Sublime Text Editor
- How to display File CR LF Newline Characters in Sublime Text
- Steps to Compare Two files in Sublime Text Side-by-Side
- How to Set Permanent ruler in Sublime Text
- How to shuffle lines randomly in Sublime Text
- Word count in Sublime Text Editor
More Posts:
- Cannot start Android Studio. No JDK found - Android-Studio
- C#.Net error The underlying connection was closed: An unexpected error occurred on a send - SharePoint
- [fix] MySQL cj jdbc CommunicationsException: Communications link failure - Java
- [Fix] Java - Exception in thread main java.lang.IllegalThreadStateException - Java
- How to Close Safari in Mac using Keyboard shortcut - MacOS
- How to get query string in JavaScript HTML location.search - JavaScript
- How to know docker Engine details - Docker
- [Solution] AWS Java SDK S3 AmazonS3Exception InvalidAccessKeyId - AWS