alek-sys / sublimetext_indentxml

Plugin for Sublime Text editor for reindenting XML and JSON files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not adjust adjust whitespace other than indent

elenzil opened this issue · comments

Similar to #59 , this is a request to just adjust the indent and leave non-indent aspects untouched.
Specifically, the indent operation eliminates any whitespace in front of a tag-closure \>.
This is problematic because other tools such as VisualStudio put a space there.
So indenting your .vcxproj file makes a whole lot of <blah \> -> <blah\> changes.