Studio stealing my carriage returns

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

After 3 years of dealing with this, I must ask :

Why does Visual Studio .NET keep taking the carriage returns out
of my ASP .NET WebForm code? I have an allergy to scrolling right and
left. Can only tolerate up and down.


TIA -
Brian
 
Brian said:
After 3 years of dealing with this, I must ask :

Why does Visual Studio .NET keep taking the carriage returns out
of my ASP .NET WebForm code? I have an allergy to scrolling right and
left. Can only tolerate up and down.


TIA -
Brian
Do you mean in the HTML view? Not the code-behind...

In the Options dialog, there are a few formatting options you can turn
off, tho to be honest I sometimes have more problems after awhile if I
do shut off the formatting if switching views alot. But it's there, and
is better in VS.NET 2003 tho still somewhat problematic. I think in
VS.NET 2005 it will be totally configurable and you'll be able to stop
it cleanly.

Until then, you can give those options a whirl.
 
Back
Top