Prevent prettier from converting CRLF to LF (#1624)

This commit is contained in:
Laurent Nguyen
2023-09-25 16:09:53 +00:00
committed by GitHub
parent bb82915cc6
commit 16b05c2a75

View File

@@ -233,6 +233,7 @@
}, },
"homepage": "https://github.com/Azure/cosmos-explorer", "homepage": "https://github.com/Azure/cosmos-explorer",
"prettier": { "prettier": {
"printWidth": 120 "printWidth": 120,
"endOfLine": "auto"
} }
} }