Skip to content

Support comma format #15

Open
Open
@nhairs

Description

@nhairs

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

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions