voorhoede / head-start

Base setup on top of headless services to help you quickly start a new website
ISC License
3 stars 0 forks source link

VSCode settings replaces double quotes with single quotes in html #133

Closed luukbrauckmann closed 3 months ago

luukbrauckmann commented 3 months ago

https://github.com/voorhoede/head-start/blob/main/.vscode/settings.json

These settings causes Prettier to replace ALL double quotes with single quotes. This results in html properties with single quotes like class='head-start' for example.