feat(2025): update config files

This commit is contained in:
nico 2025-02-06 16:53:29 +01:00
parent 0838ea9a47
commit 87f2649dde
Signed by: Nicolas
SSH key fingerprint: SHA256:ELi8eDeNLl5PTn64G+o2Kx5+XVDfHF5um2tZigfwWkM
2 changed files with 13 additions and 10 deletions

View file

@ -4,5 +4,8 @@
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"editor.tabSize": 2,
"astro.content-intellisense": true
"astro.content-intellisense": true,
"[vue]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
}
}