generated from tweag/project
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
toml: enforce final (oxford) comma in multiline arrays, remove from s…
…ingleline arrays this is more a preference, but it comes from a learned (python) annoyance- if you want to keep a set of things in sorted order, then every time the last item changes you have to go in and pick around the commas. in python it's a lot worse due to implicit string coercion, this is thankfully just illegal in toml, but still feels a good move for consistency and ease of sorting.
- Loading branch information
Showing
3 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters