my-portfolio/.vscode/settings.json

11 lines
218 B
JSON
Raw Permalink Normal View History

2024-04-05 18:50:15 +00:00
{
"files.associations": {
"*.css": "tailwindcss"
},
"editor.quickSuggestions": {
"strings": "on"
},
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
},
}