From 3be6b09b74dd3e54e631181dc37bd1e5685a1c62 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Tue, 6 Sep 2016 10:51:19 -0700 Subject: [PATCH] Normalize line endings Change-Id: I2a46839ab7831739591fb7db03b817beab4da90e 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 0000000..13e92ef --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.java text eol=lf +*.xml text eol=lf -- 2.16.6