@@ -96,8 +96,8 @@ csharp_space_between_method_call_name_and_opening_parenthesis =
9696csharp_space_between_method_call_parameter_list_parentheses = false
9797csharp_space_between_method_declaration_empty_parameter_list_parentheses = false
9898csharp_space_between_method_declaration_parameter_list_parentheses = false
99- csharp_style_allow_embedded_statements_on_same_line_experimental = true :silent
100- csharp_style_allow_blank_lines_between_consecutive_braces_experimental = true :silent
99+ csharp_style_allow_embedded_statements_on_same_line_experimental = true :silent
100+ csharp_style_allow_blank_lines_between_consecutive_braces_experimental = true :silent
101101csharp_style_allow_blank_line_after_colon_in_constructor_initializer_experimental = true :silent
102102csharp_style_allow_blank_line_after_token_in_conditional_expression_experimental = true :silent
103103csharp_style_allow_blank_line_after_token_in_arrow_expression_clause_experimental = true :silent
@@ -138,38 +138,38 @@ csharp_style_var_when_type_is_apparent =
138138csharp_style_var_elsewhere = false :suggestion
139139
140140# Style - misc
141- csharp_style_prefer_null_check_over_type_check = true :suggestion
142- csharp_style_prefer_local_over_anonymous_function = true :suggestion
143- csharp_style_prefer_index_operator = true :suggestion
144- csharp_style_prefer_range_operator = true :suggestion
145- csharp_style_implicit_object_creation_when_type_is_apparent = true :suggestion
146- csharp_style_prefer_implicitly_typed_lambda_expression = true :suggestion
147- csharp_style_prefer_unbound_generic_type_in_nameof = true :suggestion
148- csharp_style_prefer_utf8_string_literals = true :suggestion
149- csharp_style_unused_value_assignment_preference = discard_variable:suggestion
150- csharp_style_prefer_readonly_struct = true :suggestion
151- csharp_style_prefer_readonly_struct_member = true :suggestion
141+ csharp_style_prefer_null_check_over_type_check = true :suggestion
142+ csharp_style_prefer_local_over_anonymous_function = true :suggestion
143+ csharp_style_prefer_index_operator = true :suggestion
144+ csharp_style_prefer_range_operator = true :suggestion
145+ csharp_style_implicit_object_creation_when_type_is_apparent = true :suggestion
146+ csharp_style_prefer_implicitly_typed_lambda_expression = true :suggestion
147+ csharp_style_prefer_unbound_generic_type_in_nameof = true :suggestion
148+ csharp_style_prefer_utf8_string_literals = true :suggestion
149+ csharp_style_unused_value_assignment_preference = discard_variable:suggestion
150+ csharp_style_prefer_readonly_struct = true :suggestion
151+ csharp_style_prefer_readonly_struct_member = true :suggestion
152152
153153# Style - pattern matching
154- csharp_style_prefer_switch_expression = false :suggestion
155- csharp_style_prefer_pattern_matching = true :silent
156- csharp_style_prefer_not_pattern = true :suggestion
157- csharp_style_prefer_extended_property_pattern = true :suggestion
154+ csharp_style_prefer_switch_expression = false :suggestion
155+ csharp_style_prefer_pattern_matching = true :silent
156+ csharp_style_prefer_not_pattern = true :suggestion
157+ csharp_style_prefer_extended_property_pattern = true :suggestion
158158
159159# Never
160- dotnet_style_namespace_match_folder = false :none
160+ dotnet_style_namespace_match_folder = false :none
161161
162162# Enable eventually
163- dotnet_code_quality_unused_parameters = all:suggestion
163+ dotnet_code_quality_unused_parameters = all:suggestion
164164
165165# Style - language keyword and framework type options
166166# prefer the language keyword for local variables, method parameters, and class members,
167167# instead of the type name, for types that have a keyword to represent them
168168dotnet_style_predefined_type_for_locals_parameters_members = true :suggestion
169169dotnet_style_predefined_type_for_member_access = true :suggestion
170170
171- dotnet_style_allow_multiple_blank_lines_experimental = false :suggestion
172- dotnet_style_allow_statement_immediately_after_block_experimental = true :suggestion
171+ dotnet_style_allow_multiple_blank_lines_experimental = false :suggestion
172+ dotnet_style_allow_statement_immediately_after_block_experimental = true :suggestion
173173
174174# Style - qualification options
175175dotnet_style_qualification_for_event = false :suggestion
@@ -182,7 +182,7 @@ dotnet_style_parentheses_in_arithmetic_binary_operators =
182182dotnet_style_parentheses_in_relational_binary_operators = always_for_clarity:suggestion
183183dotnet_style_parentheses_in_other_binary_operators = always_for_clarity:suggestion
184184dotnet_style_parentheses_in_other_operators = never_if_unnecessary:silent
185- dotnet_style_operator_placement_when_wrapping = beginning_of_line
185+ dotnet_style_operator_placement_when_wrapping = beginning_of_line
186186
187187# Style - Modifier preferences
188188dotnet_style_require_accessibility_modifiers = for_non_interface_members:suggestion
@@ -368,10 +368,10 @@ dotnet_diagnostic.CA1711.severity =
368368dotnet_diagnostic.IDE1005.severity = warning
369369
370370# IDE0046: Convert to conditional expression
371- dotnet_diagnostic.IDE0046.severity = silent
371+ dotnet_diagnostic.IDE0046.severity = silent
372372
373373# IDE0130: Namespace does not match folder structure
374- dotnet_diagnostic.IDE0130.severity = none
374+ dotnet_diagnostic.IDE0130.severity = none
375375
376376# CA1305: Specify IFormatProvider
377377dotnet_diagnostic.CA1305.severity = warning
0 commit comments