12345678910111213 |
- {
- "editor.quickSuggestions": {
- "strings": true
- },
- "[html]": {
- "editor.autoClosingQuotes": "never"
- },
- "unocss.remToPxPreview": true,
- "unocss.selectionStyle": true,
- "unocss.remToPxRatio": 37.5,
- "unocss.autocomplete.matchType": "prefix",
- "unocss.colorPreview": true
- }
|