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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

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