plugin-xml
plugin-xml copied to clipboard
XML attributes are uncommonly indented
Hi, is this the expected Prettier indentation result?
I would have expected instead of this:
<cover-image name="cover-image">
<image
href="../_common/IMG_FreshJetLite48VTitle.png"
placement="break"
scalefit="yes"
format="png"
translate="no"
/>
</cover-image>
Something like this:
<cover-image name="cover-image">
<image
href="../_common/IMG_FreshJetLite48VTitle.png"
placement="break"
scalefit="yes"
format="png"
translate="no"
/>
</cover-image>