alek-sys / sublimetext_indentxml

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

Support Minify XML #112

Open ranhalprin opened 6 years ago

ranhalprin commented 6 years ago

Remove all whitespace between xml elements. Should be fairly simple to find a library for this, see https://stackoverflow.com/a/3317008/150406 for example, or implement with a regex