Is there any way in Eclipse to format a code that contains divs in the way Netbeans do it?
I mean, if you have this in Netbeans:
<div>
</div>
</div>
<div>
and you format it (Source > Format), it becomes this way:
<div>
<div>
</div>
</div>