Skip to content

Commit 020cef2

Browse files
committed
misc: enable implicit object creation when type is apparent (editorconfig)
1 parent 5638712 commit 020cef2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.editorconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ dotnet_diagnostic.CA1859.severity = suggestion
3434

3535
#### Core EditorConfig Options ####
3636

37-
# We can't do this until C# 9.
38-
csharp_style_implicit_object_creation_when_type_is_apparent = false
37+
csharp_style_implicit_object_creation_when_type_is_apparent = true
3938

4039
# Indentation and spacing
4140
indent_size = 4

0 commit comments

Comments
 (0)