alek-sys / sublimetext_indentxml

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

Add a setting for enable format attributes for new line #72

Closed wluo-talend closed 8 years ago

wluo-talend commented 9 years ago

if the tag have many attributes it will format the tag into one line for now. In this case may be every attributes formated into each line looks better. e.g: <tag name="abc" age="tgg" nation="USA" ... >wluo</tag" format into: <tag name="abc" age="tgg" nation="USA" ...

wluo

alek-sys commented 8 years ago

Hi, sorry, but I don't have plans to implement it in nearest future. Feel free to submit pull-requests!