atom-csscomb
atom-csscomb copied to clipboard
Incorrectly "finding" blank config
This is actually down to atom being a bit strange but atom.config.get('csscomb') returns an empty hash rather than undefined.
Good catch. Weird, since the API docs say get() "Returns the value from Atom's default settings, the user's configuration file, or null if the key doesn't exist in either."