20 lines
442 B
JSON
20 lines
442 B
JSON
{
|
|
"[go.mod]": {
|
|
"editor.defaultFormatter": "golang.go"
|
|
},
|
|
"[go]": {
|
|
"editor.defaultFormatter": "golang.go"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "always"
|
|
},
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.insertSpaces": false,
|
|
"editor.tabSize": 2,
|
|
"tailwindCSS.includeLanguages": {
|
|
"templ": "gohtmltmpl"
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|