|
@@ -0,0 +1,13 @@
|
|
|
|
+{
|
|
|
|
+ "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
|
|
|
|
+}
|