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

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

Closed luukbrauckmann closed 3 months ago

luukbrauckmann commented 3 months ago

Changes

Associated issue

Resolves #133

How to test

  1. Grab an Astro file like the table block for example.
  2. Change the single quotes from an import to double quotes.
  3. Change de double quote from an html attribute to single quotes.
  4. Do right mouse click and select Format Document.
  5. Document should be formatted back to the previous state.

Checklist