Files
nextjs-template/.vscode/settings.json

11 lines
209 B
JSON
Raw Normal View History

{
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit"
},
"files.associations": {
"*.css": "postcss"
}
}