mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-23 06:06:11 +00:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user