Line Endings and Whitespace
The invisible half of a text file: which bytes end each line, whether there is a byte order mark at the front, and all the trailing spaces nobody meant to commit.
The text
Drop a text file here, or click to pick one
Typing or pasting into the box always gives line feeds: a text box cannot hold a carriage return, whatever was on the clipboard. To see what a file really contains, drop the file itself.
What it is now
-
Fix it up
Line endings
Indentation
Also
After
Paste something to see it marked up.
¶ is a line feed, ↵¶ a carriage return and line feed, → a tab, · a trailing space.
What changed
- Nothing yet.