Talk:Contributors Guide

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search

Braces indentation

I know that you like to use the indentations as here:

[CSharp]
 class ClassName
    {
    // do stuff here
    }

but Visual Studio uses either

[CSharp]
 class ClassName{
    // do stuff here
 }

or

[CSharp]
 class ClassName
 {
    // do stuff here
 }

Why not make it the standardized way? MovGP0 14:51, 5 May 2006 (CDT)


Okay, I yield. Please, check the new rule and edit your submission to conform. ---WikiSysop




Personal tools