@@ -106,7 +106,7 @@ csharp_space_after_dot = false
106106csharp_space_after_keywords_in_control_flow_statements = true
107107csharp_space_after_semicolon_in_for_statement = true
108108csharp_space_around_binary_operators = before_and_after
109- csharp_space_around_declaration_statements = do_not_ignore
109+ csharp_space_around_declaration_statements = false
110110csharp_space_before_colon_in_inheritance_clause = true
111111csharp_space_before_comma = false
112112csharp_space_before_dot = false
@@ -179,25 +179,18 @@ csharp_style_prefer_not_pattern = true:suggestion
179179csharp_style_prefer_extended_property_pattern = true :suggestion
180180
181181dotnet_style_operator_placement_when_wrapping = beginning_of_line
182- dotnet_style_coalesce_expression = true :suggestion
183- dotnet_style_null_propagation = true :suggestion
184182dotnet_style_prefer_is_null_check_over_reference_equality_method = true :suggestion
185183dotnet_style_prefer_auto_properties = true :silent
186- dotnet_style_object_initializer = true :suggestion
187- dotnet_style_collection_initializer = true :suggestion
188184dotnet_style_prefer_simplified_boolean_expressions = true :suggestion
189185dotnet_style_prefer_conditional_expression_over_assignment = true :silent
190186dotnet_style_prefer_conditional_expression_over_return = true :silent
191- dotnet_style_explicit_tuple_names = true :suggestion
192187dotnet_style_prefer_inferred_tuple_names = true :suggestion
193188dotnet_style_prefer_inferred_anonymous_type_member_names = true :suggestion
194189dotnet_style_prefer_compound_assignment = true :suggestion
195190dotnet_style_prefer_simplified_interpolation = true :suggestion
196191dotnet_style_prefer_collection_expression = when_types_loosely_match:suggestion
197192dotnet_style_namespace_match_folder = true :suggestion
198193dotnet_style_readonly_field = true :suggestion
199- dotnet_style_predefined_type_for_locals_parameters_members = true :silent
200- dotnet_style_predefined_type_for_member_access = true :silent
201194dotnet_style_require_accessibility_modifiers = omit_if_default:suggestion
202195dotnet_style_allow_multiple_blank_lines_experimental = false :warning
203196dotnet_style_allow_statement_immediately_after_block_experimental = true :silent
@@ -206,10 +199,7 @@ dotnet_style_parentheses_in_arithmetic_binary_operators = always_for_clarity:sil
206199dotnet_style_parentheses_in_other_binary_operators = always_for_clarity:silent
207200dotnet_style_parentheses_in_relational_binary_operators = always_for_clarity:silent
208201dotnet_style_parentheses_in_other_operators = never_if_unnecessary:silent
209- dotnet_style_qualification_for_field = false :silent
210- dotnet_style_qualification_for_property = false :silent
211- dotnet_style_qualification_for_method = false :silent
212- dotnet_style_qualification_for_event = false :silent
202+
213203
214204# Errors and warnings
215205
0 commit comments