From 43d347d9f146a762dc85fbb7215eb99326f9a701 Mon Sep 17 00:00:00 2001 From: Beaudan Date: Thu, 14 Feb 2019 12:20:37 +1100 Subject: [PATCH] Stop git from defaulting to changing line endings --- .gitattributes | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitattributes b/.gitattributes index b83a209d5..fe505b275 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1 @@ -* text=auto -*.js text eol=lf -*.ts text eol=lf -*.tsx text eol=lf -*.scss text eol=lf -*.json text eol=lf -*.css text eol=lf -*.html text eol=lf -*.yaml text eol=lf -*.yml text eol=lf +* text=false