We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e242214 commit 1af04edCopy full SHA for 1af04ed
.gitattributes
@@ -1,6 +1,9 @@
1
# Auto detect text files and perform LF normalization
2
* text=auto
3
4
+# Shell scripts should always use line feed not crlf
5
+*.sh text eol=lf
6
+
7
# Custom for Visual Studio
8
*.cs diff=csharp
9
*.sln merge=union
0 commit comments