Add #PB_XML_UseTabs flag to FormatXML()
Posted: Fri Jul 19, 2024 4:51 pm
It would be nice if we could tell FormatXML() to use tabs when reindenting our XML instead of just spaces, probably with a flag like suggested in the title.
Any thoughts?
Code: Select all
FormatXML(0, #PB_XML_ReIndent | #PB_XML_UseTabs, 1)