Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBJ Hargrave2011-10-10 19:01:33 +0000
committerBJ Hargrave2011-10-10 19:01:33 +0000
commit7cc4eea6c624d010a366bc14fdf47f34abd7dbe0 (patch)
tree8a61a6459df395b573a7340bb7d2c395a90fd6c6 /.gitattributes
parent312a4b51a28247c5dd863ce375158910eb5650f8 (diff)
downloadrt.equinox.bundles-7cc4eea6c624d010a366bc14fdf47f34abd7dbe0.tar.gz
rt.equinox.bundles-7cc4eea6c624d010a366bc14fdf47f34abd7dbe0.tar.xz
rt.equinox.bundles-7cc4eea6c624d010a366bc14fdf47f34abd7dbe0.zip
Revert "comment out entries in .gitattributes"
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes58
1 files changed, 29 insertions, 29 deletions
diff --git a/.gitattributes b/.gitattributes
index 0ebb74bec..0a6421b54 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,33 +1,33 @@
# Text files with LF eol
-#*.awk crlf=input
-#*.bnd crlf=input
-#*.c crlf=input ident
-#*.conf crlf=input
-#*.cpp crlf=input ident
-#*.css crlf=input
-#*.groovy crlf=input
-#*.h crlf=input ident
-#*.html crlf=input ident
-#*.java crlf=input ident
-#*.js crlf=input
-#*.MF crlf=input
-#*.php crlf=input
-#*.pl crlf=input
-#*.prefs crlf=input
-#*.properties crlf=input
-#*.py crlf=input
-#*.schema crlf=input
-#*.sh crlf=input
-#*.tcl crlf=input
-#*.txt crlf=input
-#*.xml crlf=input
-#*.xsd crlf=input ident
-#*.xsl crlf=input
-#*.xslt crlf=input
-#.classpath crlf=input
-#.project crlf=input
-#packageinfo crlf=input
-#Makefile crlf=input
+*.awk crlf=input
+*.bnd crlf=input
+*.c crlf=input ident
+*.conf crlf=input
+*.cpp crlf=input ident
+*.css crlf=input
+*.groovy crlf=input
+*.h crlf=input ident
+*.html crlf=input ident
+*.java crlf=input ident
+*.js crlf=input
+*.MF crlf=input
+*.php crlf=input
+*.pl crlf=input
+*.prefs crlf=input
+*.properties crlf=input
+*.py crlf=input
+*.schema crlf=input
+*.sh crlf=input
+*.tcl crlf=input
+*.txt crlf=input
+*.xml crlf=input
+*.xsd crlf=input ident
+*.xsl crlf=input
+*.xslt crlf=input
+.classpath crlf=input
+.project crlf=input
+packageinfo crlf=input
+Makefile crlf=input
# No EOL translation
*.bat -crlf

Back to the top