Files
atom/spec/app
probablycorey 70191ea368 Don't store config values that equal their default config value
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
2013-05-02 12:05:56 -07:00
..
2013-04-07 16:35:35 +08:00
2013-04-26 15:34:48 -07:00
2013-04-07 16:35:35 +08:00