csharp_prefer_qualified_reference

This commit is contained in:
Mike Phares 2022-11-12 08:45:08 -07:00
parent cedd68947c
commit 51a4b3abf0

View File

@ -13,6 +13,7 @@ csharp_new_line_before_members_in_object_initializers = true
csharp_new_line_before_open_brace = all
csharp_new_line_between_query_expression_clauses = true
csharp_prefer_braces = false
csharp_prefer_qualified_reference = true:error
csharp_prefer_simple_default_expression = true:warning
csharp_prefer_simple_using_statement = true:warning
csharp_prefer_static_local_function = true:warning