9 lines
232 B
JSON
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
|
|
}
|