From 2bf1575a54ae9d1120a048755440be7072dfc1fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Fri, 1 Feb 2019 16:03:46 +0100 Subject: [PATCH] MOBILE-2797 other: Add gitattributes file for eol settings --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..1003e5853 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# This file has been retrieved from angular repository. + +# Auto detect text files and perform LF normalization +* text=auto + +# JS and TS files must always use LF for tools to work +*.js eol=lf +*.ts eol=lf