From a90107174071a3d9232aaf91b05d409fffa4ba93 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Thu, 29 Nov 2018 01:04:15 +0100 Subject: [PATCH] git: Change .js files to always be LF --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..937b84a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.ts text eol=lf \ No newline at end of file