File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ csharp_style_unused_value_expression_statement_preference = discard_variable:sil
3636dotnet_style_operator_placement_when_wrapping = beginning_of_line
3737tab_width = 4
3838indent_size = 4
39- end_of_line = crlf
39+ end_of_line = lf
4040dotnet_style_coalesce_expression = true :suggestion
4141dotnet_style_null_propagation = true :suggestion
4242dotnet_style_prefer_is_null_check_over_reference_equality_method = true :suggestion
@@ -93,6 +93,7 @@ csharp_style_pattern_matching_over_as_with_null_check = true:suggestion
9393csharp_style_var_elsewhere = true :silent
9494csharp_style_var_when_type_is_apparent = true :silent
9595csharp_style_var_for_built_in_types = true :silent
96+ csharp_prefer_system_threading_lock = true :suggestion
9697
9798[* .{cs,vb} ]
9899# ### Naming styles ####
You can’t perform that action at this time.
0 commit comments