Skip to content

Commit

Permalink
fix: add extra space for format ocd
Browse files Browse the repository at this point in the history
Co-authored-by: Thijs Boerefijn <[email protected]>
  • Loading branch information
SSelinn and Tboefijn authored Mar 26, 2024
1 parent 5009dba commit 797d26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ end_of_line = crlf
dotnet_naming_symbols.private_fields.applicable_kinds = field
dotnet_naming_symbols.private_fields.applicable_accessibilities = internal, protected_internal, private

dotnet_naming_style.prefix_underscore.capitalization = camel_case
dotnet_naming_style.prefix_underscore.capitalization = camel_case
dotnet_naming_style.prefix_underscore.required_prefix = _

dotnet_naming_rule.private_fields_with_underscore.symbols = private_fields
Expand Down

0 comments on commit 797d26b

Please sign in to comment.