chore: ensure lf line-endings are used in repo

This commit is contained in:
M. George Hansen 2021-01-02 13:34:43 -08:00
parent 71dbdd7356
commit 5d05f87768
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM
5 changed files with 9 additions and 1 deletions

3
.prettierrc Normal file
View file

@ -0,0 +1,3 @@
{
"endOfLine": "lf"
}