Follow up for #1930226: Update integer/boolean values with quotes in configuration files. and @webchick's comment on #1938570-11: Make views active config save format match the default yml file (order and quotes)
Problem/Motivation
quoting ints, quotes around integers, in yml configuration files is strange.
Proposed resolution
make active config export ints without single quotes.
Remaining tasks
- discuss if this is wanted, if it makes sense and if it is possible.
- find other related, or background issues, and confirm this is not a duplicate of another issue
User interface changes
No UI changes.
API changes
No API changes. (?)
Related Issues
background: #1938580: [META] Make active config save format match the default yml file (order and quotes)
deep background: #1648930: Introduce configuration schema and use for translation
#1851498: Polish file format of configuration metadata (for translation)
Trying to figure out where the standards come from
http://drupal.org/node/1905070 is the d.o doc page pointed to from the change record (http://drupal.org/node/1905120) form the issue #1866610: Introduce Kwalify-inspired schema format for configuration