mirror of
https://github.com/go-task/task.git
synced 2025-12-15 19:27:43 +01:00
15 lines
268 B
JSON
15 lines
268 B
JSON
{
|
|
"yaml.schemas": {
|
|
"./website/src/public/schema.json": [
|
|
"Taskfile.yml",
|
|
"Taskfile.yaml",
|
|
"taskfile.yml",
|
|
"taskfile.yaml"
|
|
]
|
|
},
|
|
"gopls": {
|
|
"formatting.local": "github.com/go-task"
|
|
},
|
|
"go.formatTool": "gofumpt"
|
|
}
|