You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: