Possible Duplicate:
Adding a guideline to the editor in Visual Studio
Is there a way to display a vertical line at 80 or 100 characters in the editor of Visual Studio?
I know it is possible in Eclipse and coudn't find it in VS.
This vertical marker line help seeing when to break a line of code for people that do not go over 80 or 100 characters per line of code.
I am a Java developer that currently develop in C#, my habbit may not correspond to C# style guide.
Thanks in advance.