In PhpStorm 9.0 when wrapping a list of values, for example:
Item 1
Item 2
Item 3
With different abbreviations, for example:
p.$*
I have the input all in one line, like this:
<p class="1">Item 1</p><p class="2">Item 2</p><p class="3">Item 3</p>
How can I make tags appear on individual lines?