underscore-cli icon indicating copy to clipboard operation
underscore-cli copied to clipboard

Feature Request: pretty-print arrays, multiple elements per line

Open jcornez opened this issue 5 years ago • 0 comments

When pretty-printing a json document that includes an array of many elements, each element of the array ends up on a separate line.

It would be nice if array element printing honored wrapWidth and so you could have multiple elements of the array on each line of output. The goal would be to have more compact output.

jcornez avatar Jun 26 '19 10:06 jcornez