tiff-personal/.vscode/settings.json
houston[bot] 46709a2b20
Some checks failed
ci / Check for build and type issues (push) Has been cancelled
Initial commit from Astro
2025-04-22 15:19:27 -04:00

25 lines
874 B
JSON

{
"[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" },
"editor.formatOnSave": true,
"prettier.documentSelectors": ["**/*.astro"],
"editor.codeActionsOnSave": {
"source.organizeImports": "never",
"source.organizeImports.biome": "explicit",
"quickfix.biome": "explicit"
},
"[markdown]": {
"editor.wordWrap": "on"
},
"typescript.tsdk": "node_modules/typescript/lib",
"astro.content-intellisense": true,
"files.associations": {
"*.css": "tailwindcss"
},
"tailwindCSS.experimental.configFile": "./src/styles/global.css"
}