Skip to content

Commit ca29472

Browse files
bkoelmandennisdoomen
authored andcommitted
multi-line members (#76)
1 parent 5d36261 commit ca29472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Src/Guidelines/2400_LayoutGuidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ NOTE: Requires Markdown Extra. See http://michelf.ca/projects/php-markdown/extra
4747
- Start the LINQ statement with all the `from` expressions and don't interweave them with restrictions.
4848
- Add parentheses around every comparison condition, but don't add parentheses around a singular condition. For example `if (!string.IsNullOrEmpty(str) && (str != "new"))`
4949

50-
- Add an empty line between multi-line statements, between members, after the closing parentheses, between unrelated code blocks, around the `#region` keyword, and between the `using` statements of different root namespaces.
50+
- Add an empty line between multi-line statements, between multi-line members, after the closing parentheses, between unrelated code blocks, around the `#region` keyword, and between the `using` statements of different root namespaces.
5151

5252

5353
### <a name="av2402"></a> Order and group namespaces according to the company (AV2402) ![](images/3.png)

0 commit comments

Comments
 (0)