From 9138702635293cf675008292d472eb4c21b1c90a Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Fri, 16 Jun 2017 13:06:20 -0700 Subject: Initial directory structure for integration Change-Id: Ic578c19fa84ce2a49b7d875e15036e8ac9885831 Signed-off-by: Gary Wu --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..bb0dee2a8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.java text eol=lf +*.xml text eol=lf +*.sh text eol=lf -- cgit 1.2.3-korg