Auto-converting single to double quotes? #7951
Unanswered
hmbakhsh
asked this question in
General Q&A
Replies: 2 comments 4 replies
-
disable save auto format
|
Beta Was this translation helpful? Give feedback.
4 replies
-
For me, I was able to turn it off in my Zed settings.json: {
"languages": {
"JavaScript": {
"prettier": {
"singleQuote": true
}
}
}
} There are blocks in the Default settings JSON that can be referred to for precise targeting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I save a file my single quotes are automatically converted to double quotes, is there any way to disable this? Can't seem to find anything which fixes this.
Screen.Recording.2024-02-17.at.14.31.27.mov
Beta Was this translation helpful? Give feedback.
All reactions