mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-07 21:19:51 +00:00
22 lines
507 B
JSON
22 lines
507 B
JSON
{
|
|
"css.customData": [
|
|
".vscode/settings.tailwind.json"
|
|
],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"go.useLanguageServer": true,
|
|
"gopls": {
|
|
"formatting.gofumpt": true,
|
|
},
|
|
"typescript.tsdk": "ui/node_modules/typescript/lib",
|
|
"[go]": {
|
|
"editor.defaultFormatter": "golang.go"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
}
|
|
}
|