The line termination type.
incomplete (the last line of the file only)
line is terminated with 'LF' = 0xA = 10 = '\n'
line is terminated with 'CR' 'LF'
line is terminated with 'CR' = 0xD = 13 = '\r'