alek-sys / sublimetext_indentxml

Plugin for Sublime Text editor for reindenting XML and JSON files
MIT License
534 stars 135 forks source link

Add option to have both styles of empty tags <tag></tag> and <tag/> #68

Closed carlosedp closed 8 years ago

carlosedp commented 9 years ago

Currently when I reindent a XML that have empty tags, the plugin only supports the format:

<avp name="Filter-Id" value="377"/>

It would be ideal if there is a setting to have the alternate format:

<avp name="Filter-Id" value="377"></avp>

Thanks

alek-sys commented 8 years ago

Hi, sorry, I don't have any plans to implement it in near future. Feel free to submit PRs though!