Normalize Line Endings
CleanupConvert mixed line endings to a single format for clean, consistent text files.
Total Lines 0
Line Breaks Found 0
Changes Made 0
How it works
Mixed endings unified: Converts CRLF, LF, and CR into a single target format.
Clean diffs: Prevents noisy version control changes caused by mixed endings.
Optional trailing newline: Add a final newline to meet POSIX-friendly formats.
100% local: Everything runs in your browser with no uploads.