Skip to content

Commit

Permalink
#35 - Changed line endings to LF from CRLF.
Browse files Browse the repository at this point in the history
  • Loading branch information
Havagan committed Aug 30, 2023
1 parent b101c87 commit 34f345d
Show file tree
Hide file tree
Showing 3 changed files with 718 additions and 714 deletions.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
tab_width = 4

[*.cs]
indent_style = tab
Expand Down Expand Up @@ -79,7 +83,7 @@ dotnet_naming_style.pascal_case.capitalization = pascal_case
dotnet_style_operator_placement_when_wrapping = beginning_of_line
tab_width = 4
indent_size = 4
end_of_line = crlf
end_of_line = lf
dotnet_style_coalesce_expression = true:suggestion
dotnet_style_null_propagation = true:suggestion
dotnet_style_prefer_is_null_check_over_reference_equality_method = true:suggestion
Expand Down
Loading

0 comments on commit 34f345d

Please sign in to comment.