summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.editorconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index 0360ba7fae..7df5ca9abc 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,7 +7,6 @@ root = true
# Default settings:
# A newline ending every file
# Use 4 spaces as indentation
-# Trim trailing whitespace
[*]
insert_final_newline = true
indent_style = space
@@ -22,7 +21,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