Add EOL=LF attribute to .gitattribute file 05/25005/1
authorTal Gitelman <tg851x@intl.att.com>
Sun, 26 Nov 2017 14:32:13 +0000 (16:32 +0200)
committerTal Gitelman <tg851x@intl.att.com>
Sun, 26 Nov 2017 14:42:53 +0000 (16:42 +0200)
Change-Id: Ice3bf953ddc7d1908d61795e23c28a007715186d
Issue-ID: SDC-672
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..a3439c3
--- /dev/null
@@ -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