Sublime Forum

Disable line ending notifications

#1

Is there a feature to disable the notification that a file has Unix line endings? For various reasons it just ends up frustrating and in the way.

Thanks in advance!

0 Likes

#2

The only built-in thing related to showing line ending seems to be

    // Display line endings in the status bar
    "show_line_endings": false,

But calling it frustrating is weird, I suspect you are referring other things.

0 Likes

#3

Not that. I have that pleasantly enabled.

I usually have a lot of files open, so anytime I open or restarted SublimeText(or Windows) I get multiple pop-ups notifying me that

Unix line endings detected on file:
I:\test.txt
etc
Screenshot_1

0 Likes

#4

I would check if you’ve installed a package that’s trying to do you some sort of favour; perhaps a linter of some sort that’s strict about line endings?

I use Sublime on Windows, MacOS and Linux (and share files across all of them) and I’ve never seen it pop up a message like this for me, and most of my development work is on Linux so everything has Unix line endings.

1 Like

#5

Yup, that was it. :disappointed: Sorry about that guys.
Turns out I had a package installed called LineEndings which that was the only setting for. I must have installed it when I switched from N++ while I was looking for something to show the non-printing characters.

Thanks!

2 Likes

#6

What’s that? I cannot find it on Package Contorl https://packagecontrol.io/search/LineEndings.

0 Likes