We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c9281 commit 3dd0aecCopy full SHA for 3dd0aec
1 file changed
.gitattributes
@@ -39,10 +39,14 @@
39
*.bsh text eol=lf
40
*.ksh text eol=lf
41
42
-# More
43
-.gitattributes text
+# Eclipse stuff
44
.settings/* text eol=crlf
45
.classpath text eol=crlf
+.project text eol=crlf
46
+
47
+# Miscellaneous text
48
+.gitattributes text eol=lf
49
+.gitignore text eol=lf
50
*.MF text eol=crlf
51
LICENSE text eol=crlf
52
LICENSE-CONTENT text eol=crlf
0 commit comments