@@ -234,7 +234,6 @@ resharper_built_in_type_reference_style_for_member_access_highlighting = hint
234234resharper_built_in_type_reference_style_highlighting = hint
235235resharper_check_namespace_highlighting = none
236236resharper_convert_to_using_declaration_highlighting = error
237- resharper_css_not_resolved_highlighting = warning
238237resharper_field_can_be_made_read_only_local_highlighting = none
239238resharper_merge_into_logical_pattern_highlighting = warning
240239resharper_merge_into_pattern_highlighting = error
@@ -331,8 +330,6 @@ resharper_blank_lines_inside_type = 0
331330
332331insert_final_newline = false
333332resharper_place_attribute_on_same_line = false
334- resharper_space_around_lambda_arrow = true
335- resharper_place_constructor_initializer_on_same_line = false
336333
337334# braces https://www.jetbrains.com/help/resharper/EditorConfig_CSHARP_CSharpCodeStylePageImplSchema.html#Braces
338335resharper_braces_for_ifelse = required
@@ -345,7 +342,6 @@ resharper_braces_for_for = required
345342
346343resharper_return_value_of_pure_method_is_not_used_highlighting = error
347344
348- resharper_all_underscore_local_parameter_name_highlighting = none
349345
350346resharper_misleading_body_like_statement_highlighting = error
351347
@@ -367,7 +363,7 @@ ij_xml_space_inside_empty_tag = true
367363indent_size = 2
368364
369365# Verify settings
370- [* .{received,verified}.{txt,xml,json,md,sql,csv,html,htm,md, nuspec,rels} ]
366+ [* .{received,verified}.{txt,xml,json,md,sql,csv,html,htm,nuspec,rels} ]
371367charset = utf-8-bom
372368end_of_line = lf
373369indent_size = unset
0 commit comments