how to configure intellij Idea\pyCharm reformating HTML code(one line for only one element)

35 Views Asked by At

i want to get code like this:

<div>
    <span> 
        <a>
            text
        </a>
    </span>
</div>

from this:

<div><span><a>text</a></span></div>
0

There are 0 best solutions below