mirror of https://github.com/embarklabs/embark.git
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:
parent
ba671b9953
commit
0a82c8d0e5
|
@ -1 +1 @@
|
|||
* text=auto
|
||||
* text=auto eol=lf
|
||||
|
|
|
@ -18,4 +18,3 @@ yarn-debug.log*
|
|||
yarn-error.log*
|
||||
yarn.lock
|
||||
!/yarn.lock
|
||||
|
||||
|
|
Loading…
Reference in New Issue