I recently added support for the Oxford comma when emitting “verbose” style lists.
Without the Oxford comma, a list might look like this:
You see a book, a lamp and a spoon.
With Oxford comma (for those that do not know) - it would add a comma before the ‘and’ if there are 3 or more items in the list.
You see a book, a lamp, and a spoon.
I have to decide what the default will be. Let me know your opinions on how you feel about the Oxford comma.