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,
- Sublime Text 3 Convert Case to Upper, Lower, Title or Swap
- Change Sublime Text 3 white background color theme
- Replace new line with comma in Sublime Text Editor
- Word count in Sublime Text Editor
- How to add ruler in Sublime Text tab window
- How to Set Permanent ruler in Sublime Text
- How to install Packages in Sublime Text Editor
- Change Line Endings (Encoding Windows/Mac/Unix CR/LF/CRLF) Sublime Text
- Steps to Compare Two files in Sublime Text Side-by-Side
- How to find Sublime Text path of packages installed
- How to display File CR LF Newline Characters in Sublime Text
- How to add Multiple Rulers in Sublime Text
- How to shuffle lines randomly in Sublime Text
More Posts:
- How to make TextEdit the default text Editor on Mac - MacOS
- Test Timeout using JUnit 4 with examples - Java
- What is Terminal Velocity and its Formula? How to calculate it programmatically? - Python
- Fix - 412 Cookies Are Disabled error in Exchange Admin Center when you click hybrid - Microsoft
- Pass data between two Android Activities and access it using Intent - Android
- Python Sleep Function/Method Code Example - Python
- List of All 35 Reserved Keywords in Python Programming Language 3.11 - Python
- [Fix] brew: command not found Mac or Linux Terminal Error - MacOS