Skip to content

Commit

Permalink
chore: synced local '.editorconfig' with remote 'dotnet/.editorconfig' (
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47-bot authored Apr 6, 2023
1 parent 192ce00 commit 9eb1e3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ csharp_style_conditional_delegate_call = true:suggestion
csharp_new_line_before_else = true
csharp_new_line_before_catch = true
csharp_new_line_before_finally = true
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
Expand Down

0 comments on commit 9eb1e3f

Please sign in to comment.