Page 1 of 1

Add #PB_XML_UseTabs flag to FormatXML()

Posted: Fri Jul 19, 2024 4:51 pm
by Quin
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.

Code: Select all

FormatXML(0, #PB_XML_ReIndent | #PB_XML_UseTabs, 1)
Any thoughts?