Is possible to configure the XML code style for doing this?
Hi ! When I have an XML like this:
<node><another>1</another></node>
and apply the Reformat Code to that, it is converted to:
<node>
<another>1</another>
</node>
Is possible to avoid that?
Thanks !
请先登录再写评论。