let git handle line endings instead of editor

This commit is contained in:
Andy 2019-01-11 08:53:44 -08:00 коммит произвёл Andy Brown
Родитель 2ae6cca9fc
Коммит 61db699bbd
2 изменённых файлов: 0 добавлений и 12 удалений

Просмотреть файл

@ -1,6 +1,5 @@
[*]
charset=utf-8
end_of_line=crlf
insert_final_newline=true
indent_style=space
indent_size=2

11
.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