Skip to content

Commit 255ee41

Browse files
committed
fix line endings
1 parent 9ecdd91 commit 255ee41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitattributes

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Set the default behavior, in case people don't have core.autocrlf set.
2-
* text eol=crlf
2+
* text auto
33

44
# Explicitly declare text files you want to always be normalized and converted
55
# to native line endings on checkout.
@@ -10,6 +10,9 @@
1010
# Declare files that will always have CRLF line endings on checkout.
1111
*.sln text eol=crlf
1212

13+
# Declare files that will always have LF line endings on checkout.
14+
*.sh text eol=lf
15+
1316
# Denote all files that are truly binary and should not be modified.
1417
*.png binary
1518
*.jpg binary

0 commit comments

Comments
 (0)