VSCode privileges .editorconfig over settings.json for single quotes #4512
Labels
Content-Length: 222958 | pFad | http://github.com/cookiecutter/cookiecutter-django/issues/4512
A8Fetched URL: http://github.com/cookiecutter/cookiecutter-django/issues/4512
Alternative Proxies:
What happened?
Pre-commit applies prettier with single quotes (per .pre-commit-config.yaml) but if prettier is applied in VSCode it will invariably apply double quotes (even when changing settings.json). The only way to make VSCode apply single quotes when applying Prettier is to add
quote_type = single
Additional details
The text was updated successfully, but these errors were encountered: