Skip to content

Commit dc951f7

Browse files
author
Jan Wilmans
committed
changed to lf line endings
1 parent 2252eaf commit dc951f7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ root = true
44
[*]
55
trim_trailing_whitespace = true
66
insert_final_newline = true
7-
end_of_line = crlf
7+
end_of_line = lf
88
charset = latin1
99

1010
[*.cpp]

.gitattributes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
* text=auto eol=lf
1+
* text=auto eol=lf
2+
*.sh text=auto eol=lf
3+
*.cs text=auto eol=crlf
4+
*.bat text=auto eol=crlf

0 commit comments

Comments
 (0)