Skip to content

Commit b62eb34

Browse files
committed
chore: editorconfig updates
1 parent 15887d3 commit b62eb34

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

.editorconfig

+13-19
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,21 @@ dotnet_style_qualification_for_event = false:suggestion
111111
dotnet_style_qualification_for_field = false:suggestion
112112
dotnet_style_qualification_for_method = false:suggestion
113113
dotnet_style_qualification_for_property = false:suggestion
114+
dotnet_style_operator_placement_when_wrapping = beginning_of_line
115+
dotnet_style_prefer_is_null_check_over_reference_equality_method = true:suggestion
116+
dotnet_style_prefer_auto_properties = true:silent
117+
dotnet_style_prefer_simplified_boolean_expressions = true:suggestion
118+
dotnet_style_prefer_conditional_expression_over_assignment = true:silent
119+
dotnet_style_prefer_conditional_expression_over_return = true:silent
120+
dotnet_style_prefer_inferred_tuple_names = true:suggestion
121+
dotnet_style_prefer_inferred_anonymous_type_member_names = true:suggestion
122+
dotnet_style_prefer_compound_assignment = true:suggestion
123+
dotnet_style_prefer_simplified_interpolation = true:suggestion
124+
dotnet_style_namespace_match_folder = true:suggestion
125+
dotnet_style_prefer_collection_expression = when_types_exactly_match:suggestion
114126

115127
# .NET Naming conventions
116128

117-
# IDE0052: Remove unread private members
118-
dotnet_diagnostic.IDE0052.severity = none
119129
csharp_indent_labels = one_less_than_current
120130
csharp_using_directive_placement = outside_namespace:silent
121131
csharp_prefer_simple_using_statement = true:suggestion
@@ -202,23 +212,7 @@ dotnet_naming_rule.interface_types_must_be_prefixed_with_i.symbols = interface_t
202212
dotnet_naming_rule.interface_types_must_be_prefixed_with_i.style = prefix_interface_interface_with_i
203213

204214
# Custom
215+
dotnet_diagnostic.IDE0052.severity = none
205216
dotnet_diagnostic.RCS1090.severity = none
206217
dotnet_diagnostic.IDE0130.severity = none
207-
dotnet_style_operator_placement_when_wrapping = beginning_of_line
208218
tab_width = 4
209-
dotnet_style_coalesce_expression = true:suggestion
210-
dotnet_style_null_propagation = true:suggestion
211-
dotnet_style_prefer_is_null_check_over_reference_equality_method = true:suggestion
212-
dotnet_style_prefer_auto_properties = true:silent
213-
dotnet_style_object_initializer = true:suggestion
214-
dotnet_style_collection_initializer = true:suggestion
215-
dotnet_style_prefer_simplified_boolean_expressions = true:suggestion
216-
dotnet_style_prefer_conditional_expression_over_assignment = true:silent
217-
dotnet_style_prefer_conditional_expression_over_return = true:silent
218-
dotnet_style_explicit_tuple_names = true:suggestion
219-
dotnet_style_prefer_inferred_tuple_names = true:suggestion
220-
dotnet_style_prefer_inferred_anonymous_type_member_names = true:suggestion
221-
dotnet_style_prefer_compound_assignment = true:suggestion
222-
dotnet_style_prefer_simplified_interpolation = true:suggestion
223-
dotnet_style_namespace_match_folder = true:suggestion
224-
dotnet_style_prefer_collection_expression = when_types_exactly_match:suggestion

0 commit comments

Comments
 (0)