I would like the option of getting the following output, with each attribute on a separate line with indentation ```xml <parent bar=1 baz="hello" > <child attr1="a" attr2="b" /> </parent> ```