Stop Visual Studio from wrapping lines

As an ASP.NET Developer I find myself working with html in Visual Studio a lot. One thing that is really annoying (for me at least) is the default setting to wrap lines at 80 characters. This means that visual studio chops your html tags in half with a new line character. I am not sure why they enable this feature by default considering you can get Visual Studio wrap lines to the window (no new lines added).

Luckily if you go to the Tools Menu and select Customize you can then turn the option off as in the screen shot below:

Leave a Reply

Your email address will not be published. Required fields are marked *