diff --git a/.editorconfig b/.editorconfig index 1906639..7812eef 100644 --- a/.editorconfig +++ b/.editorconfig @@ -77,10 +77,10 @@ csharp_new_line_before_members_in_anonymous_types = true ## Naming +# private fields should be _camelCase dotnet_naming_style.underscore_prefix.capitalization = camel_case dotnet_naming_style.underscore_prefix.required_prefix = _ -# private fields should be _camelCase dotnet_naming_rule.private_fields_with_underscore.symbols = private_fields dotnet_naming_rule.private_fields_with_underscore.style = underscore_prefix dotnet_naming_rule.private_fields_with_underscore.severity = suggestion