The style guide favors comma-first delimiting for multiline lists and records. It has advantages in ease of editing and diffing, but I've found it to be visually crammed and a little difficult to scan (although I'm familiar with the style from NPM's comma first principle).
This patch makes the delimiters visually distinct from the content of the list/record:
The style guide favors comma-first delimiting for multiline lists and records. It has advantages in ease of editing and diffing, but I've found it to be visually crammed and a little difficult to scan (although I'm familiar with the style from NPM's comma first principle).
This patch makes the delimiters visually distinct from the content of the list/record:
before
after
(theme: monokai)
Suggestions/oppositions?