classroomstuff/.vscode/settings.json

10 lines
264 B
JSON

{
"tailwindCSS.emmetCompletions": true,
"editor.inlineSuggest.enabled": true,
"editor.quickSuggestions": {
"strings": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"css.customData": [".vscode/tailwind.json"],
"cSpell.words": ["supabase"]
}