Skip to content

Commit

Permalink
Fix incorrect style key in .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Oct 28, 2018
1 parent e6469ba commit 0db29b5
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 0db29b5

Please sign in to comment.