E
et
How do I get Visual Studio to quit modifying the layout of my code? In
Tools, Options, Text Editor, All Languages, Tabs, I have set to None.
In HTML/XML, I have tabs set to none; all automatic formating is unchecked
Yet when I set up, for instance, a table, and I want the code to be on
separate lines, like this:
<asp:table
runat="server"
grindlines="both">
</table>
etc., somewhere along the way the code ends up all on one line, like this
<asp:table runat="server" gridlines="both"></asp:table>
When there's a lot of parameters, this gets ridiculous, and I find I'm
re-arranging code more often than writing it!
Thanks.
Tools, Options, Text Editor, All Languages, Tabs, I have set to None.
In HTML/XML, I have tabs set to none; all automatic formating is unchecked
Yet when I set up, for instance, a table, and I want the code to be on
separate lines, like this:
<asp:table
runat="server"
grindlines="both">
</table>
etc., somewhere along the way the code ends up all on one line, like this
<asp:table runat="server" gridlines="both"></asp:table>
When there's a lot of parameters, this gets ridiculous, and I find I'm
re-arranging code more often than writing it!
Thanks.