mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
When you give a config field a `name` attribute based on a config key path, such as 'editor.fontSize', it is automatically kept in sync with the config value. You can also specify a `type` attribute of 'int' or 'float' to automatically convert the field value to a numeric type. Specifying a type of 'string' is optional to signal no conversion.