mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Previously if an integer or float field was empty it would default to zero instead of undefined which made it inconsistent with string value fields. Now the config value is only set as a Number when it can be parsed as one.