Merge pull request #24066 from janvorli/put-back-cpu-limits
[platform/upstream/coreclr.git] / .editorconfig
index 84b6705..7df5ca9 100644 (file)
@@ -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,14 +21,14 @@ 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
 csharp_indent_braces = false
 csharp_indent_case_contents = true
 csharp_indent_switch_labels = true
-csharp_indent_labels = flush_left
+csharp_indent_labels = one_less_than_current
 
 # avoid this. unless absolutely necessary
 dotnet_style_qualification_for_field = false:suggestion