Skip to content

Commit

Permalink
Added csharp_style_prefer_primary_constructors into editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos committed May 21, 2024
1 parent b7ff02c commit 399fbaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dotnet_style_qualification_for_event = false:suggestion
csharp_style_namespace_declarations = file_scoped:warning
dotnet_style_prefer_collection_expression = true:warning
dotnet_style_collection_initializer = true:warning
csharp_style_prefer_primary_constructors = true:warning

# ReSharper properties
resharper_int_align_switch_expressions = true
Expand Down

0 comments on commit 399fbaa

Please sign in to comment.