If checked, multiple statements or members declared on a single line will not be affected by formatting. If unchecked, each statement or member declaration will be placed on its own line.
If checked, blocks declared on a single line will not be affected by formatting. If unchecked, they will be broken into multiple ...
If checked, each clause of a query expression is placed on a new line. If unchecked, the original structure is maintained. ...
If checked, each member of an anonymous type is placed on a new line. If unchecked, the original structure is maintained. ...
If checked, each member of an object initializer is placed on a new line. If unchecked, the original structure is maintained. ...
If checked, multiple statements or members declared on a single line will not be affected by formatting. If unchecked, each ...
If checked, the "catch" keyword in a "try-catch" statement is placed on the line following the close brace. If unchecked, ...
If checked, the "else" keyword in a "if-else" statement is placed on the line following the close brace. If unchecked, it ...
If checked, the "finally" keyword in a "try-finally" statement is placed on the line following the close brace. If unchecked, ...
If checked, the "while" keyword in a "do-while" loop will placed on the line following the close brace. If unchecked, it ...