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