Open jeroenvanrensen opened 3 years ago
I would also like to see an attribute that produces the above output. But only if the line length exceeds the wrap-line-length
Maybe you could add an additional attribute named expand-multiline
, which respects wrap-line-length
By using force-expand-multiline
, you get the above output, but it ignores wrap-line-length
Description
Currently, I can choose between
auto
, which puts multiple attributes on the same line when wrapping, andforce
, which always inserts a new line.Input
With this new feature, when I give like this input:
Expected Output
I'd like to see this output: