alek-sys / sublimetext_indentxml

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

Disable attributes alphabetical order #19

Closed brunowego closed 11 years ago

brunowego commented 11 years ago

Is possible to disable the alphabetical order of attributes in indent xml?

alek-sys commented 11 years ago

Hi, I'm afraid no - formatting controlled by xml.dom.minidom.toprettyxml method which doesn't allow to control attributes sorting.

Avec112 commented 10 years ago

This is a shortcomming. Sorting attributes is a no go for me. It removes the most important attribute from the front to way bak just making it non readable :-/ http://stackoverflow.com/questions/662624/preserve-order-of-attributes-when-modifying-with-minidom