From 5be2c7a716941ffd09a0233006c779b360fec500 Mon Sep 17 00:00:00 2001 From: Steffen Schaefer Date: Tue, 9 May 2017 09:04:14 +0200 Subject: [PATCH] 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) --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3a55479a401..e391121c97d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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