Convert CRLF, LF, or CR line endings. Detect mixed endings and UTF-8 BOM. Download fixed files — processing runs entirely in your browser.
Text files store line breaks differently: CRLF (\r\n) on Windows, LF (\n) on Unix and modern macOS, and CR (\r) on classic Mac OS. Mixing styles in one repository makes diffs show every line as changed even when content is identical.
Shell scripts edited on Windows often fail on Linux with /bin/bash^M: bad interpreter or