1+ [* ]
2+ charset = utf-8
3+ end_of_line = crlf
4+ insert_final_newline = false
5+ indent_style = space
6+ indent_size = 4
7+
8+ [{* .har,* .json} ]
9+ indent_size = 2
10+
11+ [* .{received,verified}.{txt,xml,json} ]
12+ charset = " utf-8-bom"
13+ end_of_line = lf
14+ indent_size = unset
15+ indent_style = unset
16+ insert_final_newline = false
17+ tab_width = unset
18+ trim_trailing_whitespace = false
19+
20+ [{* Request.cs,* Response.cs,* Model* .cs,* Endpoint.cs} ]
21+ dotnet_diagnostic.CS8618.severity = none
22+
23+ [* .cs ]
24+ csharp_new_line_before_members_in_object_initializers = false
25+ csharp_new_line_between_query_expression_clauses = false
26+ csharp_preferred_modifier_order = public, private, protected, internal, file, new, static, abstract, virtual, sealed, readonly, override, extern, unsafe, volatile, async, required:suggestion
27+ csharp_style_prefer_utf8_string_literals = true :suggestion
28+ csharp_style_var_elsewhere = true :suggestion
29+ csharp_style_var_for_built_in_types = true :suggestion
30+ csharp_style_var_when_type_is_apparent = true :suggestion
31+ dotnet_naming_rule.parameters_rule.import_to_resharper = as_predefined
32+ dotnet_naming_rule.parameters_rule.resharper_style = aaBb, AaBb
33+ dotnet_naming_rule.parameters_rule.severity = warning
34+ dotnet_naming_rule.parameters_rule.style = lower_camel_case_style_1
35+ dotnet_naming_rule.parameters_rule.symbols = parameters_symbols
36+ dotnet_naming_rule.private_constants_rule.import_to_resharper = as_predefined
37+ dotnet_naming_rule.private_constants_rule.severity = warning
38+ dotnet_naming_rule.private_constants_rule.style = upper_camel_case_style
39+ dotnet_naming_rule.private_constants_rule.symbols = private_constants_symbols
40+ dotnet_naming_rule.private_static_readonly_rule.import_to_resharper = as_predefined
41+ dotnet_naming_rule.private_static_readonly_rule.severity = warning
42+ dotnet_naming_rule.private_static_readonly_rule.style = lower_camel_case_style
43+ dotnet_naming_rule.private_static_readonly_rule.symbols = private_static_readonly_symbols
44+ dotnet_naming_style.lower_camel_case_style.capitalization = camel_case
45+ dotnet_naming_style.lower_camel_case_style.required_prefix = _
46+ dotnet_naming_style.lower_camel_case_style_1.capitalization = camel_case
47+ dotnet_naming_style.upper_camel_case_style.capitalization = pascal_case
48+ dotnet_naming_symbols.parameters_symbols.applicable_accessibilities = *
49+ dotnet_naming_symbols.parameters_symbols.applicable_kinds = parameter
50+ dotnet_naming_symbols.private_constants_symbols.applicable_accessibilities = private
51+ dotnet_naming_symbols.private_constants_symbols.applicable_kinds = field
52+ dotnet_naming_symbols.private_constants_symbols.required_modifiers = const
53+ dotnet_naming_symbols.private_static_readonly_symbols.applicable_accessibilities = private
54+ dotnet_naming_symbols.private_static_readonly_symbols.applicable_kinds = field
55+ dotnet_naming_symbols.private_static_readonly_symbols.required_modifiers = static, readonly
56+ dotnet_style_parentheses_in_arithmetic_binary_operators = never_if_unnecessary:none
57+ dotnet_style_parentheses_in_other_binary_operators = always_for_clarity:none
58+ dotnet_style_parentheses_in_relational_binary_operators = never_if_unnecessary:none
59+ dotnet_style_predefined_type_for_locals_parameters_members = true :suggestion
60+ dotnet_style_predefined_type_for_member_access = true :suggestion
61+ dotnet_style_qualification_for_event = false :suggestion
62+ dotnet_style_qualification_for_field = false :suggestion
63+ dotnet_style_qualification_for_method = false :suggestion
64+ dotnet_style_qualification_for_property = false :suggestion
65+ dotnet_style_require_accessibility_modifiers = never:error
66+ resharper_align_linq_query = true
67+ resharper_align_multiline_binary_patterns = true
68+ resharper_align_multiline_calls_chain = true
69+ resharper_align_multiline_expression = true
70+ resharper_align_multiline_extends_list = true
71+ resharper_align_multiline_parameter = true
72+ resharper_align_multiple_declaration = true
73+ resharper_align_multline_type_parameter_constrains = true
74+ resharper_align_multline_type_parameter_list = true
75+ resharper_align_tuple_components = true
76+ resharper_apply_auto_detected_rules = false
77+ resharper_autodetect_indent_settings = true
78+ resharper_blank_lines_after_block_statements = 0
79+ resharper_blank_lines_after_control_transfer_statements = 1
80+ resharper_blank_lines_before_block_statements = 1
81+ resharper_blank_lines_before_control_transfer_statements = 1
82+ resharper_blank_lines_before_single_line_comment = 1
83+ resharper_braces_for_dowhile = required_for_multiline
84+ resharper_braces_for_fixed = required_for_multiline
85+ resharper_braces_for_for = required_for_multiline
86+ resharper_braces_for_foreach = required_for_multiline
87+ resharper_braces_for_ifelse = required_for_multiline
88+ resharper_braces_for_lock = required_for_multiline
89+ resharper_braces_for_using = required_for_multiline
90+ resharper_braces_for_while = required_for_multiline
91+ resharper_csharp_empty_block_style = together_same_line
92+ resharper_csharp_int_align_comments = true
93+ resharper_csharp_keep_blank_lines_in_code = 1
94+ resharper_csharp_keep_blank_lines_in_declarations = 1
95+ resharper_csharp_stick_comment = false
96+ resharper_csharp_wrap_after_invocation_lpar = true
97+ resharper_csharp_wrap_arguments_style = chop_if_long
98+ resharper_csharp_wrap_before_first_type_parameter_constraint = true
99+ resharper_csharp_wrap_multiple_declaration_style = chop_always
100+ resharper_csharp_wrap_parameters_style = chop_if_long
101+ resharper_enforce_line_ending_style = true
102+ resharper_force_attribute_style = join
103+ resharper_formatter_off_tag = @formatter:off
104+ resharper_formatter_on_tag = @formatter:on
105+ resharper_formatter_tags_enabled = true
106+ resharper_indent_nested_fixed_stmt = true
107+ resharper_indent_nested_foreach_stmt = true
108+ resharper_indent_nested_for_stmt = true
109+ resharper_indent_nested_lock_stmt = true
110+ resharper_indent_nested_usings_stmt = true
111+ resharper_indent_nested_while_stmt = true
112+ resharper_indent_preprocessor_if = outdent
113+ resharper_indent_preprocessor_other = outdent
114+ resharper_indent_preprocessor_region = outdent
115+ resharper_keep_existing_declaration_parens_arrangement = false
116+ resharper_keep_existing_embedded_arrangement = false
117+ resharper_keep_existing_embedded_block_arrangement = true
118+ resharper_keep_existing_expr_member_arrangement = false
119+ resharper_keep_existing_invocation_parens_arrangement = false
120+ resharper_keep_existing_property_patterns_arrangement = false
121+ resharper_keep_existing_switch_expression_arrangement = false
122+ resharper_local_function_body = expression_body
123+ resharper_max_array_initializer_elements_on_line = 10
124+ resharper_max_enum_members_on_line = 1
125+ resharper_max_formal_parameters_on_line = 10
126+ resharper_max_invocation_arguments_on_line = 10
127+ resharper_method_or_operator_body = expression_body
128+ resharper_object_creation_when_type_not_evident = target_typed
129+ resharper_place_accessorholder_attribute_on_same_line = false
130+ resharper_place_accessor_with_attrs_holder_on_single_line = true
131+ resharper_place_expr_method_on_single_line = false
132+ resharper_place_linq_into_on_new_line = false
133+ resharper_place_simple_embedded_statement_on_same_line = false
134+ resharper_place_simple_method_on_single_line = false
135+ resharper_show_autodetect_configure_formatting_tip = false
136+ resharper_space_within_slice_pattern = false
137+ resharper_use_continuous_indent_inside_initializer_braces = false
138+ resharper_use_indent_from_vs = false
139+ resharper_wrap_after_invocation_lpar = false
140+ resharper_wrap_after_primary_constructor_declaration_lpar = false
141+ resharper_wrap_array_initializer_style = chop_if_long
142+ resharper_wrap_before_arrow_with_expressions = true
143+ resharper_wrap_before_binary_pattern_op = false
144+ resharper_wrap_chained_binary_expressions = chop_if_long
145+ resharper_wrap_chained_binary_patterns = chop_if_long
146+ resharper_xmldoc_blank_line_after_pi = false
147+ resharper_xmldoc_indent_text = ZeroIndent
148+ resharper_arrange_attributes_highlighting = suggestion
149+ resharper_arrange_constructor_or_destructor_body_highlighting = suggestion
150+ resharper_arrange_default_value_when_type_not_evident_highlighting = suggestion
151+ resharper_arrange_local_function_body_highlighting = suggestion
152+ resharper_arrange_method_or_operator_body_highlighting = hint
153+ resharper_arrange_null_checking_pattern_highlighting = suggestion
154+ resharper_arrange_object_creation_when_type_not_evident_highlighting = suggestion
155+ resharper_arrange_redundant_parentheses_highlighting = hint
156+ resharper_arrange_this_qualifier_highlighting = hint
157+ resharper_auto_property_can_be_made_get_only_global_highlighting = none
158+ resharper_built_in_type_reference_style_for_member_access_highlighting = hint
159+ resharper_built_in_type_reference_style_highlighting = hint
160+ resharper_check_namespace_highlighting = none
161+ resharper_class_never_instantiated_global_highlighting = none
162+ resharper_class_with_virtual_members_never_inherited_global_highlighting = none
163+ resharper_collection_never_updated_global_highlighting = none
164+ resharper_co_variant_array_conversion_highlighting = hint
165+ resharper_empty_for_statement_highlighting = none
166+ resharper_for_can_be_converted_to_foreach_highlighting = none
167+ resharper_loop_can_be_converted_to_query_highlighting = none
168+ resharper_member_can_be_private_global_highlighting = none
169+ resharper_parameter_hides_member_highlighting = none
170+ resharper_possible_multiple_enumeration_highlighting = suggestion
171+ resharper_redundant_base_qualifier_highlighting = warning
172+ resharper_return_value_of_pure_method_is_not_used_highlighting = none
173+ resharper_separate_local_functions_with_jump_statement_highlighting = none
174+ resharper_static_member_in_generic_type_highlighting = none
175+ resharper_suggest_base_type_for_parameter_in_constructor_highlighting = suggestion
176+ resharper_suggest_var_or_type_built_in_types_highlighting = hint
177+ resharper_suggest_var_or_type_elsewhere_highlighting = hint
178+ resharper_suggest_var_or_type_simple_types_highlighting = hint
179+ resharper_switch_expression_handles_some_known_enum_values_with_exception_in_default_highlighting = suggestion
180+ resharper_switch_statement_handles_some_known_enum_values_with_default_highlighting = suggestion
181+ resharper_switch_statement_missing_some_enum_cases_no_default_highlighting = suggestion
182+ resharper_unused_auto_property_accessor_global_highlighting = none
183+ resharper_unused_auto_property_accessor_local_highlighting = none
184+ resharper_unused_member_global_highlighting = none
185+ resharper_unused_method_return_value_global_highlighting = none
186+ resharper_web_config_module_not_resolved_highlighting = warning
187+ resharper_web_config_type_not_resolved_highlighting = warning
188+ resharper_web_config_wrong_module_highlighting = warning
0 commit comments