|
| 1 | +[*] |
| 2 | +end_of_line = crlf |
| 3 | +indent_size = tab |
| 4 | +tab_width = 2 |
| 5 | + |
| 6 | +[*.{cs,vb,xml}] |
| 7 | +charset = utf-8 |
| 8 | +dotnet_sort_system_directives_first = true:none |
| 9 | +dotnet_style_coalesce_expression = true:none |
| 10 | +dotnet_style_explicit_tuple_names = true:warning |
| 11 | +dotnet_style_null_propagation = true:suggestion |
| 12 | +dotnet_style_predefined_type_for_locals_parameters_members = true:none |
| 13 | +dotnet_style_predefined_type_for_member_access = false:none |
| 14 | +dotnet_style_qualification_for_event = false:none |
| 15 | +dotnet_style_qualification_for_field = false:none |
| 16 | +dotnet_style_qualification_for_method = false:none |
| 17 | +dotnet_style_qualification_for_property = false:none |
| 18 | + |
| 19 | +[*.cs] |
| 20 | +csharp_style_conditional_delegate_call = true:suggestion |
| 21 | +csharp_style_expression_bodied_accessors = false:suggestion |
| 22 | +csharp_style_expression_bodied_constructors = false:suggestion |
| 23 | +csharp_style_expression_bodied_indexers = false:suggestion |
| 24 | +csharp_style_expression_bodied_methods = false:suggestion |
| 25 | +csharp_style_expression_bodied_operators = false:suggestion |
| 26 | +csharp_style_expression_bodied_properties = false:suggestion |
| 27 | +csharp_style_inlined_variable_declaration = true:suggestion |
| 28 | +csharp_style_pattern_matching_over_as_with_null_check = true:suggestion |
| 29 | +csharp_style_pattern_matching_over_is_with_cast_check = true:suggestion |
| 30 | +csharp_style_throw_expression = false:none |
| 31 | +csharp_style_var_elsewhere = true:suggestion |
| 32 | +csharp_style_var_for_built_in_types = true:suggestion |
| 33 | +csharp_style_var_when_type_is_apparent = true:suggestion |
| 34 | +csharp_new_line_before_catch = true:none |
| 35 | +csharp_new_line_before_else = true:none |
| 36 | +csharp_new_line_before_finally = true:none |
| 37 | +csharp_new_line_between_query_expression_clauses = true:none |
0 commit comments