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.
s_
1 parent 0d8b7b6 commit 8e87eafCopy full SHA for 8e87eaf
dotnet/.editorconfig
@@ -92,7 +92,7 @@ dotnet_naming_style.pascal_case_style.capitalization = pascal_case
92
# static fields should have s_ prefix
93
dotnet_naming_rule.static_fields_should_have_prefix.severity = suggestion
94
dotnet_naming_rule.static_fields_should_have_prefix.symbols = static_fields
95
-dotnet_naming_rule.static_fields_should_have_prefix.style = static_prefix_style
+dotnet_naming_rule.static_fields_should_have_prefix.style = pascal_case_style
96
dotnet_naming_symbols.static_fields.applicable_kinds = field
97
dotnet_naming_symbols.static_fields.required_modifiers = static
98
dotnet_naming_symbols.static_fields.applicable_accessibilities = private, internal, private_protected
0 commit comments