webspace/.vscode/settings.json

7 lines
87 B
JSON
Raw Normal View History

2025-11-30 21:36:26 +05:00
{
"files.associations": {
"*.css": "tailwindcss"
2025-11-30 21:36:49 +05:00
},
"editor.formatOnSave": true
2025-11-30 21:36:26 +05:00
}