Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
remove redundant EditorConfig line
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph committed Dec 28, 2020
1 parent 2a6c727 commit 23c893f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ csharp_style_var_for_built_in_types = true
csharp_style_var_when_type_is_apparent = true:suggestion
csharp_using_directive_placement = outside_namespace:suggestion
dotnet_code_quality_unused_parameters = all:suggestion
dotnet_diagnostic.RS0026.severity = none # RS0026: Do not add multiple public overloads with optional parameters
dotnet_naming_rule.interface_should_be_begins_with_i.severity = suggestion
dotnet_naming_rule.interface_should_be_begins_with_i.style = begins_with_i
dotnet_naming_rule.interface_should_be_begins_with_i.symbols = interface
Expand Down

0 comments on commit 23c893f

Please sign in to comment.