mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-05 18:49:56 +00:00
20 lines
451 B
JSON
20 lines
451 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,
|
|
},
|
|
"[go]": {
|
|
"editor.defaultFormatter": "golang.go"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
}
|
|
} |