File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CodeStyle Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ namespace Microsoft.CodeAnalysis.CodeStyle;
1010internal static class FadingOptions
1111{
1212 public static readonly PerLanguageOption2 < bool > FadeOutUnusedImports = new ( "dotnet_fade_out_unused_imports" , defaultValue : true ) ;
13- public static readonly PerLanguageOption2 < bool > FadeOutUnusedMembers = new ( "dotnet_fade_out_unused_membesr " , defaultValue : true ) ;
13+ public static readonly PerLanguageOption2 < bool > FadeOutUnusedMembers = new ( "dotnet_fade_out_unused_members " , defaultValue : true ) ;
1414 public static readonly PerLanguageOption2 < bool > FadeOutUnreachableCode = new ( "dotnet_fade_out_unreachable_code" , defaultValue : true ) ;
1515}
You can’t perform that action at this time.
0 commit comments