mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
If 'foo' has not been set and has a default value of 1,
config.set('foo', 1) will not store the 1.
If 'foo' has been set to X and has a default value of 1,
config.set('foo', 1) will remove 'foo' from config