Skip to content

Instantly share code, notes, and snippets.

@kwcto
Created May 23, 2014 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwcto/69eb79ffcc1886896750 to your computer and use it in GitHub Desktop.
Save kwcto/69eb79ffcc1886896750 to your computer and use it in GitHub Desktop.
Atom.io config.cson for dealing with CoffeeScript significant whitespace
'editor':
'tabLength': 2
'softTabs': false
'showInvisibles': true
'invisibles':
'cr': '↩'
'eol': ''
'space': '·'
'tab': '⇥'
'fontSize': 13
'preferredLineLength': 300
'fontFamily': 'Consolas'
'lineHeight': 1.4
'softWrapAtPreferredLineLength': true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment