Prevent HTML Comment Move to New Line on Reformat
When I choose to "Reformat Code" (HTML file), comments are moved to a new line. Anyone know how to prevent that?
For example, given the following ...
</div> <!-- end #bodycontent -->
Choosing to reformat will move the comment as below ...
</div>
<!-- end #bodycontent -->
I do not want the comment moved.
-- Alex
Please sign in to leave a comment.