settings.json 291 B

12345678910111213
  1. {
  2. "editor.quickSuggestions": {
  3. "strings": true
  4. },
  5. "[html]": {
  6. "editor.autoClosingQuotes": "never"
  7. },
  8. "unocss.remToPxPreview": true,
  9. "unocss.selectionStyle": true,
  10. "unocss.remToPxRatio": 37.5,
  11. "unocss.autocomplete.matchType": "prefix",
  12. "unocss.colorPreview": true
  13. }