We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f087e commit cfdc253Copy full SHA for cfdc253
.gitattributes
@@ -0,0 +1,10 @@
1
+# Set default behavior to automatically normalize line endings.
2
+* text=auto
3
+
4
+# Force bash scripts to always use lf line endings so that if a repo is accessed
5
+# in Unix via a file share from Windows, the scripts will work.
6
+*.sh text eol=lf
7
8
+# Likewise, force cmd and batch scripts to always use crlf
9
+*.cmd text eol=crlf
10
+*.bat text eol=crlf
0 commit comments