chore(editor): enable formatOnSave

This commit is contained in:
mikhail "synzr" 2025-11-30 21:36:49 +05:00
parent 93baafac31
commit 2ef118bc6d

View file

@ -1,5 +1,6 @@
{
"files.associations": {
"*.css": "tailwindcss"
}
},
"editor.formatOnSave": true
}