Closed
Description
When listing code values, I believe omitting commas could significantly enhance readability.
Although it might be slightly less correct from a syntactical standpoint, I think the trade-off is worthwhile.
Example there: https://symfony.com/doc/current/reference/formats/yaml.html#booleans
with | without |
---|---|
![]() |
![]() |
WDYT ?