We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
,
-> [...]
\n
Originally it was made this to be consistent with the list literals syntax but many times I look at this and think it's not needed
list
-> [ x, y, z ]
Make it (when multiple lines)
-> [ x y z ]