mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +02:00
18 lines
324 B
JSON
18 lines
324 B
JSON
{
|
|
"yaml.schemas": {
|
|
"./website/static/schema.json": [
|
|
"Taskfile.yml",
|
|
"tmp/**/*.yml"
|
|
]
|
|
},
|
|
"search.exclude": {
|
|
"**/versioned_docs": true,
|
|
"**/versioned_sidesbars": true,
|
|
"**/i18n": true
|
|
},
|
|
"gopls": {
|
|
"formatting.local": "github.com/go-task"
|
|
},
|
|
"go.formatTool": "gofumpt"
|
|
}
|