atom-csscomb icon indicating copy to clipboard operation
atom-csscomb copied to clipboard

Incorrectly "finding" blank config

Open danielchatfield opened this issue 11 years ago • 1 comments

This is actually down to atom being a bit strange but atom.config.get('csscomb') returns an empty hash rather than undefined.

danielchatfield avatar Mar 25 '14 16:03 danielchatfield

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."

bruce avatar Mar 25 '14 17:03 bruce