build: `* text=auto` -> `* text=auto eol=lf`

Solves a problem with Windows builds on Azure Pipelines converting LF to CRLF
such that eslint+prettier fails in `packages/plugins/snark` (eventually others
too).
This commit is contained in:
Michael Bradley, Jr 2019-09-15 13:37:17 -05:00
parent ba671b9953
commit 0a82c8d0e5
2 changed files with 1 additions and 2 deletions

2
.gitattributes vendored
View File

@ -1 +1 @@
* text=auto
* text=auto eol=lf

1
.gitignore vendored
View File

@ -18,4 +18,3 @@ yarn-debug.log*
yarn-error.log*
yarn.lock
!/yarn.lock