Skip to content

Commit 93ca7b7

Browse files
committed
Use LF instead of CRLF
1 parent 5466b1e commit 93ca7b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.editorconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ csharp_style_unused_value_expression_statement_preference = discard_variable:sil
3636
dotnet_style_operator_placement_when_wrapping = beginning_of_line
3737
tab_width = 4
3838
indent_size = 4
39-
end_of_line = crlf
39+
end_of_line = lf
4040
dotnet_style_coalesce_expression = true:suggestion
4141
dotnet_style_null_propagation = true:suggestion
4242
dotnet_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
9393
csharp_style_var_elsewhere = true:silent
9494
csharp_style_var_when_type_is_apparent = true:silent
9595
csharp_style_var_for_built_in_types = true:silent
96+
csharp_prefer_system_threading_lock = true:suggestion
9697

9798
[*.{cs,vb}]
9899
#### Naming styles ####

0 commit comments

Comments
 (0)