Skip to content

Commit 9dc8d7e

Browse files
committed
Remove suppress C#8.0+ syntax sugar (for under Unity 2020.2 compatibility)
1 parent 85a8b8f commit 9dc8d7e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.editorconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,6 @@ resharper_switch_statement_handles_some_known_enum_values_with_default_highlight
267267
# BannedApiAnalyzers
268268
dotnet_diagnostic.RS0030.severity = error
269269

270-
# Suppress C#8.0+ syntax sugar (for under Unity 2020.2 compatibility)
271-
# See: https://www.jetbrains.com/help/resharper/Reference__Code_Inspections_CSHARP.html
272-
resharper_convert_to_using_declaration_highlighting = none
273-
resharper_convert_to_null_coalescing_compound_assignment_highlighting = none
274-
resharper_merge_into_logical_pattern_highlighting = none
275-
resharper_use_negated_pattern_in_is_expression_highlighting = none
276-
277270
# Test codes for Unity Test Framework
278271
[Tests/**/*.cs]
279272

0 commit comments

Comments
 (0)