Skip to content

Commit b8b0184

Browse files
authored
Added csharp_style_prefer_primary_constructors into editorconfig (#819)
1 parent 73818a6 commit b8b0184

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dotnet_style_qualification_for_event = false:suggestion
2020
csharp_style_namespace_declarations = file_scoped:warning
2121
dotnet_style_prefer_collection_expression = true:warning
2222
dotnet_style_collection_initializer = true:warning
23+
csharp_style_prefer_primary_constructors = true:warning
2324

2425
# ReSharper properties
2526
resharper_int_align_switch_expressions = true

0 commit comments

Comments
 (0)