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 0b0e650 commit 93ffeecCopy full SHA for 93ffeec
.editorconfig
@@ -77,10 +77,10 @@ csharp_new_line_before_members_in_anonymous_types = true
77
78
## Naming
79
80
+# private fields should be _camelCase
81
dotnet_naming_style.underscore_prefix.capitalization = camel_case
82
dotnet_naming_style.underscore_prefix.required_prefix = _
83
-# private fields should be _camelCase
84
dotnet_naming_rule.private_fields_with_underscore.symbols = private_fields
85
dotnet_naming_rule.private_fields_with_underscore.style = underscore_prefix
86
dotnet_naming_rule.private_fields_with_underscore.severity = suggestion
0 commit comments