chore: add VSCode settings

This commit is contained in:
st1020 2025-07-20 16:12:12 +08:00
parent 4bfc2728dc
commit e3c3255113
2 changed files with 16 additions and 0 deletions

9
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,9 @@
{
"files.associations": {
"*.html": "jinja-html",
"*.css": "tailwindcss"
},
"[jinja-html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}