Reformatting an XML with IntelliJ -
i have xml file many tags clumped together, rather being separated \r\n. when try use intellij reformat code using reformat code command, doesn't automatically split <tag1><tag2>
<tag1> <tag2>
. how can this?
Comments
Post a Comment