Changed .gitattributes config for *.launch to work around an Eclipse

bug (Eclipse formats *.launch files always using system dependend line
endings - see https://bugs.eclipse.org/bugs/show_bug.cgi?id=404210)
This commit is contained in:
Steffen Schaefer
2017-05-09 09:08:35 +02:00
parent f7a64a87b2
commit 5be2c7a716
+1 -1
View File
@@ -25,7 +25,7 @@ toolchains.xml text eol=lf
*.gradle text eol=lf
*.java text eol=lf
*.properties text eol=lf
*.launch text eol=lf
*.launch text=auto
MANIFEST.MF text eol=lf
.project text eol=lf
.classpath text