fix: Linting errors in windows (#900)

This commit is contained in:
Shi Chen 2021-08-05 11:28:47 +08:00 коммит произвёл GitHub
Родитель 7e8f87ba03
Коммит ec31a99a68
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 0 удалений

4
.gitattributes поставляемый
Просмотреть файл

@ -1,6 +1,10 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# This matches the .editorconfig settings
* text=auto eol=lf
# These are explicitly windows files and should use crlf
*.bat text eol=crlf