From 7ce65d4c637981ad9dbd144879873428214bdeff Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Tue, 24 Oct 2017 10:09:01 +0200 Subject: [PATCH] Add .gitattributes for package-*.json to get rid off line ending diffs --- org.eclipse.winery.repository.ui/.gitattributes | 2 ++ org.eclipse.winery.workflowmodeler/.gitattributes | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 org.eclipse.winery.repository.ui/.gitattributes create mode 100644 org.eclipse.winery.workflowmodeler/.gitattributes diff --git a/org.eclipse.winery.repository.ui/.gitattributes b/org.eclipse.winery.repository.ui/.gitattributes new file mode 100644 index 0000000000..5d855892bd --- /dev/null +++ b/org.eclipse.winery.repository.ui/.gitattributes @@ -0,0 +1,2 @@ +package.json eol=lf +package-lock.json eol=lf diff --git a/org.eclipse.winery.workflowmodeler/.gitattributes b/org.eclipse.winery.workflowmodeler/.gitattributes new file mode 100644 index 0000000000..5d855892bd --- /dev/null +++ b/org.eclipse.winery.workflowmodeler/.gitattributes @@ -0,0 +1,2 @@ +package.json eol=lf +package-lock.json eol=lf