We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ecdd91 commit 255ee41Copy full SHA for 255ee41
.gitattributes
@@ -1,5 +1,5 @@
1
#Set the default behavior, in case people don't have core.autocrlf set.
2
-* text eol=crlf
+* text auto
3
4
# Explicitly declare text files you want to always be normalized and converted
5
# to native line endings on checkout.
@@ -10,6 +10,9 @@
10
# Declare files that will always have CRLF line endings on checkout.
11
*.sln text eol=crlf
12
13
+# Declare files that will always have LF line endings on checkout.
14
+*.sh text eol=lf
15
+
16
# Denote all files that are truly binary and should not be modified.
17
*.png binary
18
*.jpg binary
0 commit comments