From 4d8033eeb036943c05b3a5752b8f4cd4d705272f Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Sun, 26 Nov 2017 16:32:13 +0200 Subject: Add EOL=LF attribute to .gitattribute file Change-Id: Ice3bf953ddc7d1908d61795e23c28a007715186d Issue-ID: SDC-672 Signed-off-by: Tal Gitelman --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') 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 -- cgit 1.2.3-korg