Hello,
I noticed weird behavior of my sublime with just ONE of the files - on file save it auto modifies just a few lines of it. What got modified are line endings - ^M got removed. This only happens with sublime - if I modify that file with vim no such problem. I have added two settings:
“default_line_ending”: “system”,
“ensure_newline_at_eof_on_save”: false,
but it did not help. I also can’t find any option like “dont_change_line_endings_on_save”
How to fix that?