Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -943,8 +943,7 @@ keep-sorted end
</tr>
</table>

### How does keep-sorted handle lists that aren't allowed to have trailing
commas?
### How does keep-sorted handle lists that aren't allowed to have trailing commas?

Some languages allow trailing commas in lists and some don't. Luckily,
keep-sorted tries to do the right thing and handle commas "correctly".
Expand Down
Loading