Sublime Forum

Files with line ending changes do not show?

#1

I have a file that had some changed line endings (idk, visual studio decided to change them or something), and this was not showing up to SM2. It was not showing up under the files tab. But it was blocking my ability to checkout a new branch because git was aware the file was modified. I have to go onto the command line and checkout the file in order to fix the issue.

Seems like a bug?

0 Likes

#2

Hi @pushxtonotdie,

Thank you for reporting this issue.

This sounds like an issue with the autocrlf configuration. If this issue occurs again, could you confirm the following:

Whether git diff shows the line ending changes from the command line, and additionally whether the Sublime Merge debug information (Help > Debug Information) indicates any issues. If you could make a copy of this information we can investigate further if this issue occurs again.

Thanks,
- Dylan

0 Likes

#3

I’ll look into verifying the repro next time it happens and add repro steps and debug info.

Cheers,
C

0 Likes