View Source XmlBuilder.Format.TabIndented (xml_builder_ex v3.1.4159)
Format for XmlBuilder.generate/2 to produce a human-readable indented XML.
Like XmlBuilder.Format.Indented, but indents the content with tabs instead of spaces.
Normally you should not use this formatter explicitly, pass it as an
optional parameter to XmlBuilder.generate/2 instead.