-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or requestopen for discussionCommunity feedback is wantedCommunity feedback is wanted
Description
The "comma" format (as mentioned in the cookbook), is probably worth adding as a directly supported format.
Pros:
- very simple to create from a list (or any iterable) using
",".join(x)
- simpler format to write so less prone to errors in the format
- Other styles may have missing brackets, tokens, etc.
- very readable
Cons:
- This format is incompatible with other formatters.
- i.e. once you move to this config it is harder to move to other formatters
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestopen for discussionCommunity feedback is wantedCommunity feedback is wanted