We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf785ac commit 2111556Copy full SHA for 2111556
src/.editorconfig
@@ -272,6 +272,9 @@ dotnet_style_coalesce_expression = false:error
272
dotnet_style_null_propagation = true:error
273
dotnet_style_explicit_tuple_names = true:error
274
275
+# Use collection expression syntax
276
+resharper_use_collection_expression_highlighting = error
277
+
278
# Prefer "var" everywhere
279
csharp_style_var_for_built_in_types = true:error
280
csharp_style_var_when_type_is_apparent = true:error
0 commit comments