Skip to content

Commit

Permalink
Update .globalconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Kozlenko <[email protected]>
  • Loading branch information
alexanderkozlenko authored Dec 8, 2024
1 parent af7f7a5 commit 3190aee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .globalconfig
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ dotnet_style_allow_multiple_blank_lines_experimental = false
dotnet_style_coalesce_expression = true
dotnet_style_collection_initializer = true
dotnet_style_explicit_tuple_names = true
dotnet_style_namespace_match_folder = true
dotnet_style_null_propagation = true
dotnet_style_object_initializer = true
dotnet_style_parentheses_in_arithmetic_binary_operators = always_for_clarity
Expand Down Expand Up @@ -132,11 +133,11 @@ csharp_style_expression_bodied_properties = false
csharp_style_implicit_object_creation_when_type_is_apparent = true
csharp_style_inlined_variable_declaration = true
csharp_style_namespace_declarations = file_scoped
csharp_style_pattern_local_over_anonymous_function = true
csharp_style_pattern_matching_over_as_with_null_check = true
csharp_style_pattern_matching_over_is_with_cast_check = true
csharp_style_prefer_extended_property_pattern = true
csharp_style_prefer_index_operator = true
csharp_style_prefer_local_over_anonymous_function = true
csharp_style_prefer_method_group_conversion = true
csharp_style_prefer_not_pattern = true
csharp_style_prefer_null_check_over_type_check = true
Expand Down

0 comments on commit 3190aee

Please sign in to comment.