aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorTal Gitelman <tg851x@intl.att.com>2017-11-26 16:32:13 +0200
committerTal Gitelman <tg851x@intl.att.com>2017-11-26 16:42:53 +0200
commit4d8033eeb036943c05b3a5752b8f4cd4d705272f (patch)
treecf3b5765da581e00d12ebe3846654b78543d311c /.gitattributes
parent49f1676efc2efe8d9e153a61afa692607cb526d3 (diff)
Add EOL=LF attribute to .gitattribute file
Change-Id: Ice3bf953ddc7d1908d61795e23c28a007715186d Issue-ID: SDC-672 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
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