since I upgraded notepad++ from 4.0.1 to 4.0.2, the XML pretty print mis-indents my XML like:
<x>
<y>
</y>
</x> <!-- this should be on the left -->
<x>
</x>
Regards,
Andre
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
since I upgraded notepad++ from 4.0.1 to 4.0.2, the XML pretty print mis-indents my XML like:
<x>
<y>
</y>
</x> <!-- this should be on the left -->
<x>
</x>
Regards,
Andre
Oops. The forum eats whitespace...so I'll use periods instead. Think of the periods as whitespace.
<x>
..<y>
..</y>
..</x> <!-- this should be on the left -->
<x>
</x>