Answers for "prettier single quotes vscode"

0

vscode single

"prettier.singleQuote": true
Posted by: Guest on July-26-2020
0

vs code prettier single quote not working

Remove .editorconfig file, and use your VSCode settings.
Add quote_type = single 
to the .editorconfig file regarding your file type.
You can also set quote_type value to double or auto.
Posted by: Guest on June-29-2021

Code answers related to "prettier single quotes vscode"

Browse Popular Code Answers by Language