We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c9862 commit 696bc0eCopy full SHA for 696bc0e
.gitattributes
@@ -1,15 +1,15 @@
1
# Auto detect text files and perform LF normalization
2
* text=auto
3
4
-*.cs text diff=csharp
5
-*.java text diff=java
6
-*.html text diff=html
7
-*.py text diff=python
8
-*.pl text diff=perl
9
-*.pm text diff=perl
10
-*.css text
11
-*.js text
12
-*.sql text
+*.cs text diff=csharp eol=lf
+*.java text diff=java eol=lf
+*.html text diff=html eol=lf
+*.py text diff=python eol=lf
+*.pl text diff=perl eol=lf
+*.pm text diff=perl eol=lf
+*.css text eol=lf
+*.js text eol=lf
+*.sql text eol=lf
13
14
*.sh text eol=lf
15
0 commit comments