Skip to content

Commit 2f0a7c0

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

File tree

3 files changed

+719
-714
lines changed

3 files changed

+719
-714
lines changed

.editorconfig

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
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
9+
charset = Windows-1252 # Western European Windows
510

611
[*.cs]
712
indent_style = tab
@@ -79,7 +84,7 @@ dotnet_naming_style.pascal_case.capitalization = pascal_case
7984
dotnet_style_operator_placement_when_wrapping = beginning_of_line
8085
tab_width = 4
8186
indent_size = 4
82-
end_of_line = crlf
87+
end_of_line = lf
8388
dotnet_style_coalesce_expression = true:suggestion
8489
dotnet_style_null_propagation = true:suggestion
8590
dotnet_style_prefer_is_null_check_over_reference_equality_method = true:suggestion

0 commit comments

Comments
 (0)