Customized CSS, footer

This commit is contained in:
Christoph Haas 2024-10-21 23:37:58 +02:00
parent 4d9df2bc30
commit 2fdf2840cb
5 changed files with 57 additions and 32 deletions

View file

@ -2,5 +2,8 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[astro]": {
"editor.defaultFormatter": "astro-build.astro-vscode"
}
}