From: Tal Gitelman Date: Sun, 26 Nov 2017 14:32:13 +0000 (+0200) Subject: Add EOL=LF attribute to .gitattribute file X-Git-Tag: v1.2.0~686 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4d8033eeb036943c05b3a5752b8f4cd4d705272f;p=sdc.git Add EOL=LF attribute to .gitattribute file Change-Id: Ice3bf953ddc7d1908d61795e23c28a007715186d Issue-ID: SDC-672 Signed-off-by: Tal Gitelman --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..a3439c3fe6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Git will always convert line endings to LF on checkout. You should use this for files that must keep LF endings, even on Windows. +text eol=lf \ No newline at end of file