From cf4d9909aae5affec768e9cdab6f95afc9244d90 Mon Sep 17 00:00:00 2001 From: ChrQR Date: Fri, 5 Apr 2024 20:50:15 +0200 Subject: [PATCH] changed workspace vs code settings --- .vscode/settings.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c35a39b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +{ + "files.associations": { + "*.css": "tailwindcss" + }, + "editor.quickSuggestions": { + "strings": "on" + }, + "[svelte]": { + "editor.defaultFormatter": "svelte.svelte-vscode" + }, +} \ No newline at end of file