Skip to content

Commit 946c0c4

Browse files
committed
Also configure it for rider/resharper
1 parent 57f5966 commit 946c0c4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.editorconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,6 @@ csharp_style_deconstructed_variable_declaration = true:warning
161161
csharp_style_prefer_index_operator = true:warning
162162
csharp_style_prefer_range_operator = true:warning
163163
csharp_style_implicit_object_creation_when_type_is_apparent = true:error
164-
# Collection expression preferences
165-
# dotnet_style_prefer_collection_expression = true:error
166-
167164
# "Null" checking preferences
168165
csharp_style_throw_expression = true:warning
169166
csharp_style_conditional_delegate_call = true:warning
@@ -178,11 +175,6 @@ csharp_prefer_static_local_function = true:warning
178175
# Primary constructor preferences
179176
csharp_style_prefer_primary_constructors = false:none
180177

181-
# ReSharper inspection severities
182-
resharper_arrange_object_creation_when_type_evident_highlighting = error
183-
resharper_arrange_object_creation_when_type_not_evident_highlighting = error
184-
# resharper_use_collection_expression_highlighting = error
185-
186178
##########################################
187179
# Unnecessary Code Rules
188180
# https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/unnecessary-code-rules

0 commit comments

Comments
 (0)