15 lines
397 B
JSON
15 lines
397 B
JSON
{
|
|
"files.exclude": {
|
|
"**/node_modules": true,
|
|
"**/vendor": true,
|
|
"**/*.sql.go": true,
|
|
".task/": true,
|
|
"build/": true,
|
|
"web/dist/": true
|
|
},
|
|
"gopls": {
|
|
"formatting.gofumpt": true,
|
|
},
|
|
"editor.detectIndentation": false,
|
|
"editor.tabSize": 2
|
|
} |