Set up prettier

This commit is contained in:
Joscha 2025-01-26 18:40:43 +01:00
parent 07a2dc8c5d
commit 727ca3259a
9 changed files with 30 additions and 12 deletions

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

@ -0,0 +1,6 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[toml]": {
"editor.defaultFormatter": "tamasfe.even-better-toml"
}
}