Skip to content

Commit 34f345d

Browse files
committed
#35 - Changed line endings to LF from CRLF.
1 parent b101c87 commit 34f345d

File tree

3 files changed

+718
-714
lines changed

3 files changed

+718
-714
lines changed

.editorconfig

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
root = true
22

33
[*]
4+
end_of_line = lf
45
insert_final_newline = true
6+
indent_style = tab
7+
indent_size = 4
8+
tab_width = 4
59

610
[*.cs]
711
indent_style = tab
@@ -79,7 +83,7 @@ dotnet_naming_style.pascal_case.capitalization = pascal_case
7983
dotnet_style_operator_placement_when_wrapping = beginning_of_line
8084
tab_width = 4
8185
indent_size = 4
82-
end_of_line = crlf
86+
end_of_line = lf
8387
dotnet_style_coalesce_expression = true:suggestion
8488
dotnet_style_null_propagation = true:suggestion
8589
dotnet_style_prefer_is_null_check_over_reference_equality_method = true:suggestion

0 commit comments

Comments
 (0)