Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaaxenov committed Jun 21, 2024
1 parent c66f649 commit 9ba8f7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ indent_style = tab

csharp_style_namespace_declarations = file_scoped

# IDE0290 Use primary constructors
dotnet_diagnostic.IDE0290.severity = none

# Error IDE0300 : Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
dotnet_diagnostic.IDE0300.severity = suggestion

Expand Down

0 comments on commit 9ba8f7d

Please sign in to comment.