From d0cd8bdedcb2809d51ff960af8e8a39aed732fe9 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Tue, 6 Sep 2016 10:51:38 -0700 Subject: [PATCH] Normalize line endings Change-Id: I7a85cc9bc266ac0b3b434d184b6f0b1b1ceecce5 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 -- 2.16.6