Skip to content

Instantly share code, notes, and snippets.

@hmemcpy
Last active November 30, 2015 14:34
Show Gist options
  • Save hmemcpy/e7ebecfbda2b88700da5 to your computer and use it in GitHub Desktop.
Save hmemcpy/e7ebecfbda2b88700da5 to your computer and use it in GitHub Desktop.
Turn off displaying CR/LF "invisibles" in Atom
# File -> Open your Config
# add the following inside 'invisibles':
"*":
editor:
invisibles:
eol: ''
cr: ''
...
# more customizations: https://atom.io/docs/latest/customizing-atom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment