Add preference to align attributes to tag vs simply indent them #169
Labels
enhancement
New feature or request
formatting
This issue or enhancement is related to formatting support
Milestone
Following up on #100, currently when attributes are formatted 1 per line, they're aligned on the tag. Which can be fine in some case, but not to the taste of everybody. There should be a preference that allows to simply indent them instead (default Eclipse behaviour).
So for instance, with
"xml.format.alignAttributesWithTag": true
:and with
"xml.format.alignAttributesWithTag": false
I now think such preference should be set to false.
The text was updated successfully, but these errors were encountered: