We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a8b8f commit 9dc8d7eCopy full SHA for 9dc8d7e
.editorconfig
@@ -267,13 +267,6 @@ resharper_switch_statement_handles_some_known_enum_values_with_default_highlight
267
# BannedApiAnalyzers
268
dotnet_diagnostic.RS0030.severity = error
269
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
-
277
# Test codes for Unity Test Framework
278
[Tests/**/*.cs]
279
0 commit comments