Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Fix typo in editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-makes-code committed Jan 20, 2024
1 parent 1dc02d5 commit 2fe61f5
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 @@ -22,7 +22,7 @@ csharp_style_expression_bodied_properties = true
csharp_style_expression_bodied_indexers = true
csharp_style_expression_bodied_accessors = true
dotnet_style_collection_initializer = true
(dotnet_style_coalesce_expression = true
dotnet_style_coalesce_expression = true
dotnet_style_null_propagation = true
dotnet_style_prefer_auto_properties = true
dotnet_style_explicit_tuple_names = true
Expand Down

0 comments on commit 2fe61f5

Please sign in to comment.