Paste your text or code, and the tool normalizes line endings to LF, strips trailing whitespace, and collapses trailing blank lines.
Windows (CRLF) and old Mac (CR) line endings are converted to Unix LF, trailing spaces and tabs are removed from each line, and blank lines at the end collapse to a single newline.
No. Only trailing whitespace is stripped, so your code indentation and intentional leading spaces stay intact.
Consistent line endings and no trailing spaces prevent noisy diffs, satisfy linters and avoid cross-platform text glitches.