Skip to content

Commit bbd5ace

Browse files
committed
chore: update editorconfig configurations
1 parent c096baf commit bbd5ace

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ dotnet_style_namespace_match_folder = true:suggestion
146146
dotnet_style_operator_placement_when_wrapping = beginning_of_line
147147
dotnet_style_prefer_collection_expression = when_types_loosely_match:suggestion
148148
csharp_prefer_system_threading_lock = true:suggestion
149+
csharp_style_prefer_implicitly_typed_lambda_expression = true:suggestion
150+
csharp_style_prefer_unbound_generic_type_in_nameof = true:suggestion
149151

150152
# .NET Naming conventions
151153

0 commit comments

Comments
 (0)