Skip to content

Commit 6dcbec7

Browse files
authored
Merge pull request #2396 from gewarren/ec-0628
Change dotnet_prefer to dotnet_style_prefer
2 parents 6883f2b + eaa2432 commit 6dcbec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/editorconfig-code-style-settings-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ The following list shows the allowable language convention rules:
7474
- dotnet\_style\_object_initializer
7575
- dotnet\_style\_collection_initializer
7676
- dotnet\_style\_explicit\_tuple_names
77-
- dotnet\_prefer\_inferred\_tuple_names
78-
- dotnet\_prefer\_inferred\_anonymous\_type\_member_names
77+
- dotnet\_style\_prefer\_inferred\_tuple_names
78+
- dotnet\_style\_prefer\_inferred\_anonymous\_type\_member_names
7979
- ["Null" checking preferences](#null_checking)
8080
- dotnet\_style\_coalesce_expression
8181
- dotnet\_style\_null_propagation

0 commit comments

Comments
 (0)