This repository has been archived by the owner on Sep 20, 2020. It is now read-only.
forked from hbons/SparkleShare
-
Notifications
You must be signed in to change notification settings - Fork 6
Visual Studio
wimh edited this page Jul 22, 2011
·
3 revisions
Visual Studio 2010 (todo)
Change these settings (Tools/Options/Text Editor/C#/Formatting)
- New lines:
- New line options for braces:
- uncheck: Place open brace on new line for types
- uncheck: Place open brace on new line for anonymous methods
- uncheck: Place open brace on new line for control blocks
- uncheck: Place open brace on new line for anonymous types
- uncheck: Place open brace on new line for object initializers
- uncheck: Place open brace on new line for lambda expressions
- New line options for keywords
- uncheck: Place else on new line
- uncheck: Place catch on new line
- uncheck: Place finally on new line
- New line options for braces:
- Spacing:
- Set spacing for method declarations
- check: Insert space between method name and its opening parenthesis
- Set spacing for method calls
- check: Insert space between method name and its opening parenthesis
- Set spacing for brackets
- check: Insert space before open square bracket
- Set spacing for method declarations