mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-16 17:25:58 +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",
|
||||
"prettier": {
|
||||
"printWidth": 120
|
||||
"printWidth": 120,
|
||||
"endOfLine": "auto"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user