Force JS files to checkout as LF (#392)

Currently if you checkout the code on Windows the JS files will have CRLF and will automatically fail in ESLint when running 'npm test'
This commit is contained in:
Scott Busche 2017-04-30 22:57:50 -05:00 коммит произвёл Sindre Sorhus
Родитель ac25d47fc4
Коммит db8cd5c62c
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1,4 +1,5 @@
* text=auto
*.ai binary
*.js text eol=lf
readme.md merge=union
extension/content.css merge=union