Files
next-portfolio/.vscode/settings.json
2025-08-23 17:39:54 +01:00

9 lines
232 B
JSON

{
"editor.tabSize": 2,
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///workspace/next-portfolio/.gitea/workflows/deploy.yaml"
},
"editor.formatOnSave": true,
"typescript.format.enable": true
}