zyedidia / micro

A modern and intuitive terminal-based text editor
https://micro-editor.github.io
MIT License
25.01k stars 1.17k forks source link

Micro opens DOS format files as UNIX format #2260

Open mdnava opened 2 years ago

mdnava commented 2 years ago

Description of the problem or steps to reproduce

2021-11-02 20 46 05 2021-11-02 20 46 08

However, after the previous test I added a fifth empty line and Micro now sees the file correctly as DOS:

2021-11-02 20 47 13 2021-11-02 20 47 35

So.. Micro seems to only recognize and save to the DOS format if there's a CRLF at the end, an empty line. But this is a problem.. I've tried about a dozen of scripts and it almost always wrongfully sets the UNIX format. In fact, I noticed this after Micro had changed a bunch of files I had been working on, changing them to the UNIX format.

Specifications

Commit hash: b9763856 OS: Windows 10 Terminal: ConEmu/CMD/PowerShell

niten94 commented 8 months ago

The bug has been fixed in 2.0.13 but I have written about it in this comment in another issue: https://github.com/zyedidia/micro/issues/2066#issuecomment-1914757463