Skip to content

Commit eafa953

Browse files
authored
Restore :suggestion
1 parent 828eb86 commit eafa953

File tree

1 file changed

+1
-1
lines changed
  • template_feed/Microsoft.DotNet.Common.ItemTemplates/content/EditorConfig/Dotnet

1 file changed

+1
-1
lines changed

template_feed/Microsoft.DotNet.Common.ItemTemplates/content/EditorConfig/Dotnet/.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ csharp_style_conditional_delegate_call = true:suggestion
109109
# Modifier preferences
110110
csharp_prefer_static_anonymous_function = true:suggestion
111111
csharp_prefer_static_local_function = true:warning
112-
csharp_preferred_modifier_order = public,private,protected,internal,file,const,static,extern,new,virtual,abstract,sealed,override,readonly,unsafe,required,volatile,async
112+
csharp_preferred_modifier_order = public,private,protected,internal,file,const,static,extern,new,virtual,abstract,sealed,override,readonly,unsafe,required,volatile,async:suggestion
113113
csharp_style_prefer_readonly_struct = true:suggestion
114114
csharp_style_prefer_readonly_struct_member = true:suggestion
115115

0 commit comments

Comments
 (0)