FileBrixNo upload ยท Private
Processed locally โ€” your file never leaves your device

Normalize Line Endings

Convert line endings between LF, CRLF and CR โ€” entirely in your browser.

Target line ending

How it works

  1. Paste text, or open a file.
  2. Choose a target line ending โ€” LF, CRLF or CR.
  3. Click Normalize, then copy or download the result.

Frequently asked questions

Is my text sent anywhere?
No. Conversion happens entirely on your device.
What's the difference between LF, CRLF and CR?
LF (\n) is used by Unix/Linux/macOS, CRLF (\r\n) by Windows, and CR (\r) by classic Mac OS. Mismatched line endings can cause a file to look like one long line, or show extra characters, in some editors.
Which should I pick?
LF is the most common default for source code and cross-platform text today; use CRLF if a specific Windows tool requires it.