We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cab33 commit b1f388aCopy full SHA for b1f388a
.gitattributes
@@ -1,5 +1,14 @@
1
* text=auto
2
3
+# Force bash scripts to always use lf line endings so that if a repo is accessed
4
+# in Unix via a file share from Windows, the scripts will work.
5
+*.in text eol=lf
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
11
12
*.cs text=auto diff=csharp
13
*.csproj text=auto
14
*.sln text=auto
0 commit comments