From 93ffeecb12db9534f60c571a134ce8d0ce4fd250 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Mar 2021 13:28:03 +0000 Subject: [PATCH] File sync from PrometheusClientNet/sync-files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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