From 1f0470d3dc04c3e3a3005948112c0082cb391494 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Tue, 6 Sep 2016 10:51:26 -0700 Subject: Normalize line endings Change-Id: Ie1563a1eb7cd181667b4757d46a1711f7ecf1a6c Issue-id: INT-40 Signed-off-by: Gary Wu --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..13e92efa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.java text eol=lf +*.xml text eol=lf -- cgit 1.2.3-korg