Skip to content

Commit

Permalink
fix editconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-erojaslizano committed May 28, 2024
1 parent a366fd9 commit a673805
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ dotnet_diagnostic.interfaces_begin_with_I.enabled = true

## Static fields should start with _s
# naming style
dotnet_naming_rule.static_fields_begin_with_s.style = custom
dotnet_naming_rule.static_fields_begin_with_s.required_prefix = s_
dotnet_naming_rule.static_fields_begin_with_s.capitalization = camel_case
dotnet_naming_style.prefix_s.required_prefix = _s
dotnet_naming_style.prefix_s.capitalization = camel_case

# naming symbols
dotnet_naming_rule.static_fields_begin_with_s.style = prefix_s
dotnet_naming_symbols.static_fields.applicable_kinds = field
dotnet_naming_symbols.static_fields.applicable_accessibilities = public, internal, private, protected, protected_internal
dotnet_naming_symbols.static_fields.required_modifiers = static
Expand Down

0 comments on commit a673805

Please sign in to comment.