Skip to content

Commit 31e83fd

Browse files
petercrabtreesiegfriedpammer
authored andcommitted
dev: Clean up .editorconfig
1 parent ff24716 commit 31e83fd

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.editorconfig

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ csharp_space_after_dot = false
106106
csharp_space_after_keywords_in_control_flow_statements = true
107107
csharp_space_after_semicolon_in_for_statement = true
108108
csharp_space_around_binary_operators = before_and_after
109-
csharp_space_around_declaration_statements = do_not_ignore
109+
csharp_space_around_declaration_statements = false
110110
csharp_space_before_colon_in_inheritance_clause = true
111111
csharp_space_before_comma = false
112112
csharp_space_before_dot = false
@@ -179,25 +179,18 @@ csharp_style_prefer_not_pattern = true:suggestion
179179
csharp_style_prefer_extended_property_pattern = true:suggestion
180180

181181
dotnet_style_operator_placement_when_wrapping = beginning_of_line
182-
dotnet_style_coalesce_expression = true:suggestion
183-
dotnet_style_null_propagation = true:suggestion
184182
dotnet_style_prefer_is_null_check_over_reference_equality_method = true:suggestion
185183
dotnet_style_prefer_auto_properties = true:silent
186-
dotnet_style_object_initializer = true:suggestion
187-
dotnet_style_collection_initializer = true:suggestion
188184
dotnet_style_prefer_simplified_boolean_expressions = true:suggestion
189185
dotnet_style_prefer_conditional_expression_over_assignment = true:silent
190186
dotnet_style_prefer_conditional_expression_over_return = true:silent
191-
dotnet_style_explicit_tuple_names = true:suggestion
192187
dotnet_style_prefer_inferred_tuple_names = true:suggestion
193188
dotnet_style_prefer_inferred_anonymous_type_member_names = true:suggestion
194189
dotnet_style_prefer_compound_assignment = true:suggestion
195190
dotnet_style_prefer_simplified_interpolation = true:suggestion
196191
dotnet_style_prefer_collection_expression = when_types_loosely_match:suggestion
197192
dotnet_style_namespace_match_folder = true:suggestion
198193
dotnet_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
201194
dotnet_style_require_accessibility_modifiers = omit_if_default:suggestion
202195
dotnet_style_allow_multiple_blank_lines_experimental = false:warning
203196
dotnet_style_allow_statement_immediately_after_block_experimental = true:silent
@@ -206,10 +199,7 @@ dotnet_style_parentheses_in_arithmetic_binary_operators = always_for_clarity:sil
206199
dotnet_style_parentheses_in_other_binary_operators = always_for_clarity:silent
207200
dotnet_style_parentheses_in_relational_binary_operators = always_for_clarity:silent
208201
dotnet_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

Comments
 (0)