I am a newbie in python and I like Atom Editor, you know the indentation precision and spaces control is really important.
How can Atom-editor show non printable characters (I'm interested in SPACEs and TABs)?
To display spaces, tabs and linebreaks in Atom, you'll need to go to “Settings” -> “Editor” and then scroll down until you find the “Show Invisibles” option.
The "Remove Trailing Whitespace" option is on by default. This means that every time you save any file opened in Atom, it will strip all trailing whitespace from the file. If you want to disable this, go to the whitespace package in your settings panel and uncheck that option.
There is a Show Invisibles
checkbox in the Editor Settings.
You can customize how these characters look too.
To show white space chars in Atom open up the config file ( file --> config). Then under the invisibles:{} line enter this line:
showInvisibles: true
Then save the file. The white spaces will now be visible such as spaces; tabs & EOL
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With