Skip to content

Commit

Permalink
Merge pull request #2813 from sharwell/fix-incorrect-style
Browse files Browse the repository at this point in the history
Fix incorrect style key in .editorconfig
  • Loading branch information
sharwell authored Oct 28, 2018
2 parents 906db7c + 0db29b5 commit 998420e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ csharp_new_line_before_catch = true
csharp_new_line_before_finally = true
csharp_new_line_before_members_in_object_initializers = true
csharp_new_line_before_members_in_anonymous_types = true
csharp_new_line_within_query_expression_clauses = true
csharp_new_line_between_query_expression_clauses = true

# Indentation preferences
csharp_indent_block_contents = true
Expand Down

0 comments on commit 998420e

Please sign in to comment.