1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Suppress IDE0042

This commit is contained in:
PercyDan54 2021-07-05 23:36:15 +08:00
parent fdfdfeecab
commit a4545051f2
No known key found for this signature in database
GPG Key ID: 6AEA7C525131BAF3

View File

@ -157,7 +157,7 @@ csharp_style_unused_value_assignment_preference = discard_variable:warning
#Style - variable declaration
csharp_style_inlined_variable_declaration = true:warning
csharp_style_deconstructed_variable_declaration = true:warning
csharp_style_deconstructed_variable_declaration = false:silent
#Style - other C# 7.x features
dotnet_style_prefer_inferred_tuple_names = true:warning