Skip to content

Commit 93ffeec

Browse files
File sync from PrometheusClientNet/sync-files
1 parent 0b0e650 commit 93ffeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ csharp_new_line_before_members_in_anonymous_types = true
7777

7878
## Naming
7979

80+
# private fields should be _camelCase
8081
dotnet_naming_style.underscore_prefix.capitalization = camel_case
8182
dotnet_naming_style.underscore_prefix.required_prefix = _
8283

83-
# private fields should be _camelCase
8484
dotnet_naming_rule.private_fields_with_underscore.symbols = private_fields
8585
dotnet_naming_rule.private_fields_with_underscore.style = underscore_prefix
8686
dotnet_naming_rule.private_fields_with_underscore.severity = suggestion

0 commit comments

Comments
 (0)