-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.editorconfig
44 lines (39 loc) · 1.97 KB
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Suppress: EC112
root = true
[*]
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = true
[*.cake]
indent_style = space
indent_size = 4
tab_width = 4
[{**/tests/**,**/Tests/**,**/*.Tests/**}.cs]
resharper_async_converter_async_await_may_be_elided_highlighting=do_not_show
resharper_class_never_instantiated_global_highlighting = do_not_show
resharper_class_with_virtual_members_never_inherited_global_highlighting = do_not_show
resharper_class_with_virtual_members_never_inherited_local_highlighting = do_not_show
resharper_consider_using_configure_await_highlighting = do_not_show
resharper_event_exception_not_documented_highlighting = do_not_show
resharper_exception_not_documented_highlighting = do_not_show
resharper_exception_not_documented_optional_highlighting = do_not_show
resharper_heap_view_boxing_allocation_highlighting = do_not_show
resharper_heap_view_closure_allocation_highlighting = do_not_show
resharper_heap_view_delegate_allocation_highlighting = do_not_show
resharper_heap_view_object_allocation_evident_highlighting = do_not_show
resharper_heap_view_object_allocation_highlighting = do_not_show
resharper_inconsistent_naming_highlighting = do_not_show
resharper_missing_annotation_highlighting = do_not_show
resharper_missing_xml_doc_highlighting = do_not_show
resharper_possible_null_reference_exception_highlighting = do_not_show
resharper_private_field_can_be_converted_to_local_variable_highlighting = do_not_show
resharper_return_value_of_pure_method_is_not_used_highlighting = do_not_show
resharper_suggest_base_type_for_parameter_highlighting = do_not_show
[**/{Startup,Program}.cs]
resharper_event_exception_not_documented_highlighting=do_not_show
resharper_exception_not_documented_highlighting=do_not_show
resharper_exception_not_documented_optional_highlighting=do_not_show
resharper_heap_view_object_allocation_evident_highlighting=do_not_show
resharper_missing_xml_doc_highlighting=do_not_show
[**/*.cs]
resharper_local_suppression_highlighting=do_not_show