Handling invisibles in Atom.io

I like being able to see the invisibles in my text editor. While the invisibles are enabled in Atom though, it shows all of the invisibles and it may be overwhelming.

To make it a little saner use:


showInvisibles: true
invisibles:
    eol: false

in your Atom config file.

To get to the config use Atom → Open Your Config

Enjoy.