mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 23:16:56 +00:00
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",
|
"homepage": "https://github.com/Azure/cosmos-explorer",
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"printWidth": 120
|
"printWidth": 120,
|
||||||
|
"endOfLine": "auto"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user