22root =true
33
44[* ]
5- trim_trailing_whitespace = true
5+ end_of_line = crlf
6+ indent_size = 4
7+ indent_style = space
68insert_final_newline = true
9+ trim_trailing_whitespace = true
10+
11+ [* .cake ]
712indent_style = space
813indent_size = 4
14+ tab_width = 4
915
1016[* .{config,xml,js,json,html,css,sql,csproj,props,yml} ]
1117indent_size = 2
@@ -17,26 +23,30 @@ end_of_line = lf
1723end_of_line = crlf
1824
1925[{** /tests/** ,** /Tests/** ,** /* .Tests/** }.cs ]
20- resharper_class_never_instantiated_global_highlighting =do_not_show
21- resharper_consider_using_configure_await_highlighting =do_not_show
22- resharper_event_exception_not_documented_highlighting =do_not_show
23- resharper_exception_not_documented_highlighting =do_not_show
24- resharper_exception_not_documented_optional_highlighting =do_not_show
25- resharper_heap_view_boxing_allocation =do_not_show
26- resharper_heap_view_boxing_allocation_highlighting =do_not_show
27- resharper_heap_view_closure_allocation_highlighting =do_not_show
28- resharper_heap_view_delegate_allocation_highlighting =do_not_show
29- resharper_heap_view_object_allocation_highlighting =do_not_show
30- resharper_heap_view_object_allocation_evident_highlighting =do_not_show
31- resharper_possible_null_reference_exception_highlighting =do_not_show
32- resharper_private_field_can_be_converted_to_local_variable_highlighting =do_not_show
33- resharper_return_value_of_pure_method_is_not_used_highlighting =do_not_show
34- resharper_suggest_base_type_for_parameter_highlighting =do_not_show
35- resharper_class_with_virtual_members_never_inherited_local_highlighting =do_not_show
36- resharper_class_with_virtual_members_never_inherited_global_highlighting =do_not_show
26+ resharper_async_converter_async_await_may_be_elided_highlighting =do_not_show
27+ resharper_class_never_instantiated_global_highlighting = do_not_show
28+ resharper_class_with_virtual_members_never_inherited_global_highlighting = do_not_show
29+ resharper_class_with_virtual_members_never_inherited_local_highlighting = do_not_show
30+ resharper_consider_using_configure_await_highlighting = do_not_show
31+ resharper_event_exception_not_documented_highlighting = do_not_show
32+ resharper_exception_not_documented_highlighting = do_not_show
33+ resharper_exception_not_documented_optional_highlighting = do_not_show
34+ resharper_heap_view_boxing_allocation_highlighting = do_not_show
35+ resharper_heap_view_closure_allocation_highlighting = do_not_show
36+ resharper_heap_view_delegate_allocation_highlighting = do_not_show
37+ resharper_heap_view_object_allocation_evident_highlighting = do_not_show
38+ resharper_heap_view_object_allocation_highlighting = do_not_show
39+ resharper_inconsistent_naming_highlighting = do_not_show
40+ resharper_missing_annotation_highlighting = do_not_show
41+ resharper_missing_xml_doc_highlighting = do_not_show
42+ resharper_possible_null_reference_exception_highlighting = do_not_show
43+ resharper_private_field_can_be_converted_to_local_variable_highlighting = do_not_show
44+ resharper_return_value_of_pure_method_is_not_used_highlighting = do_not_show
45+ resharper_suggest_base_type_for_parameter_highlighting = do_not_show
3746
3847[** /{Startup,Program}.cs ]
3948resharper_event_exception_not_documented_highlighting =do_not_show
4049resharper_exception_not_documented_highlighting =do_not_show
4150resharper_exception_not_documented_optional_highlighting =do_not_show
4251resharper_heap_view_object_allocation_evident_highlighting =do_not_show
52+ resharper_missing_xml_doc_highlighting =do_not_show
0 commit comments