Prevent prettier from converting CRLF to LF (#1624)
This commit is contained in:
parent
bb82915cc6
commit
16b05c2a75
|
@ -233,6 +233,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/Azure/cosmos-explorer",
|
||||
"prettier": {
|
||||
"printWidth": 120
|
||||
"printWidth": 120,
|
||||
"endOfLine": "auto"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue