When I write to a file from python and end lines with ‘\r\n’ as is normal on Windows, and open the file in ST3, the file displays an extra empty line after each line that I have data on.
I viewed the file with RawLineEdit, and it shows me CRCR¬ (CRCRLF) at the end of every line. Meaning ST3 is doing something wrong.
The file looks normal in notepad, with no empty lines between lines of data.
Is this intended behavior? If not, can it be fixed please?