diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 10:56:21 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 10:56:21 +0300 |
| commit | 456cf011b36de91c9936994b1fa45703adcd309b (patch) | |
| tree | 8e60daf998f731ac50d100fa490eaecae1168042 /.vscode/settings.json | |
Initial fork of chrismwilliams/astro-theme-cactus theme
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..f3e8d01 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,23 @@ +{ + "[javascript]": { "editor.defaultFormatter": "biomejs.biome" }, + "[typescript]": { "editor.defaultFormatter": "biomejs.biome" }, + "[javascriptreact]": { "editor.defaultFormatter": "biomejs.biome" }, + "[typescriptreact]": { "editor.defaultFormatter": "biomejs.biome" }, + "[json]": { "editor.defaultFormatter": "biomejs.biome" }, + "[jsonc]": { "editor.defaultFormatter": "biomejs.biome" }, + "[astro]": { "editor.defaultFormatter": "astro-build.astro-vscode" }, + "[markdown]": { "editor.wordWrap": "on" }, + "editor.formatOnSave": true, + "editor.codeActionsOnSave": { + "quickFix.biome": "explicit", + "source.fixAll.biome": "explicit", + "source.organizeImports": "never", + "source.organizeImports.biome": "explicit" + }, + "typescript.tsdk": "node_modules/typescript/lib", + "astro.content-intellisense": true, + "files.associations": { + "*.css": "tailwindcss" + }, + "tailwindCSS.experimental.configFile": "./src/styles/global.css" +} |
