mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
The `config` object no longer stores config properties directly. Instead it stores them on an internal `settings` object, which makes it easier to serialize settings without getting them mixed up with non-setting state on the `config` object.