Use auto for end of line

This commit is contained in:
2023-10-19 16:50:09 -04:00
parent 1f31cca535
commit 838f1db83f

View File

@ -30,5 +30,8 @@
},
"overrides": {
"@cloudflare/workers-types": "^4.20230518.0"
},
"prettier": {
"endOfLine": "auto"
}
}