Skip to content

Commit

Permalink
chore: Update editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nikcio committed Jun 10, 2022
1 parent 388bd05 commit 692d7bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ csharp_style_expression_bodied_constructors = false:silent
csharp_style_expression_bodied_indexers = true:silent
csharp_style_expression_bodied_lambdas = true:silent
csharp_style_expression_bodied_local_functions = false:silent
csharp_style_expression_bodied_methods = false:silent
csharp_style_expression_bodied_methods = false:none
csharp_style_expression_bodied_operators = false:silent
csharp_style_expression_bodied_properties = true:silent

Expand Down Expand Up @@ -221,6 +221,10 @@ csharp_style_prefer_parameter_null_checking = true:suggestion
csharp_style_prefer_pattern_matching = true:silent
csharp_style_prefer_not_pattern = true:suggestion
csharp_style_prefer_extended_property_pattern = true:suggestion

# IDE0022: Use block body for methods
dotnet_diagnostic.IDE0022.severity = none

[*.{cs,vb}]
dotnet_style_coalesce_expression = true:warning
dotnet_style_null_propagation = true:warning
Expand Down

0 comments on commit 692d7bc

Please sign in to comment.