From 09702fa7cc794414d04d5519ece517756238d0e4 Mon Sep 17 00:00:00 2001 From: Andy Date: Fri, 11 Jan 2019 08:53:44 -0800 Subject: [PATCH] let git handle line endings instead of editor --- .editorconfig | 1 - .gitattributes | 11 ----------- 2 files changed, 12 deletions(-) diff --git a/.editorconfig b/.editorconfig index 65134cd12..3f5b16b15 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,5 @@ [*] charset=utf-8 -end_of_line=crlf insert_final_newline=true indent_style=space indent_size=2 diff --git a/.gitattributes b/.gitattributes index ffb93060f..176a458f9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,12 +1 @@ * text=auto - -*.tsx text eol=lf -*.ts text eol=lf -*.css text eol=lf -*.less text eol=lf -*.js text eol=lf -*.jsx text eol=lf -*.json text eol=lf -*.html text eol=lf -*.map text eol=lf -.node-version eol=lf