CRLF
CRLF stands for carriage return and line feed, the two ASCII control characters 13 and 10 (0x0D and 0x0A). The sequence CRLF is used to indicate the end of a line in a text stream or file.
In text display terms, CR moves the cursor to the start of the current line, and LF
By contrast, Unix-like systems typically use a single LF character for newlines (and macOS historically used
Handling and cross-platform exchange of text can lead to mixed line endings. Editors and tools can normalize