Skip to content

Commit 998420e

Browse files
authored
Merge pull request #2813 from sharwell/fix-incorrect-style
Fix incorrect style key in .editorconfig
2 parents 906db7c + 0db29b5 commit 998420e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ csharp_new_line_before_catch = true
3333
csharp_new_line_before_finally = true
3434
csharp_new_line_before_members_in_object_initializers = true
3535
csharp_new_line_before_members_in_anonymous_types = true
36-
csharp_new_line_within_query_expression_clauses = true
36+
csharp_new_line_between_query_expression_clauses = true
3737

3838
# Indentation preferences
3939
csharp_indent_block_contents = true

0 commit comments

Comments
 (0)