kycnot.me/.vscode/settings.json
2024-12-09 16:29:21 +01:00

31 lines
623 B
JSON

{
"editor.formatOnSave": true,
"editor.defaultFormatter": null,
"[templ]": {
"editor.defaultFormatter": "a-h.templ"
},
"[go]": {
"editor.defaultFormatter": "golang.go"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"tailwindCSS.includeLanguages": {
"templ": "html"
},
"emmet.includeLanguages": {
"templ": "html"
},
"gopls": {
"ui.semanticTokens": true,
"formatting.gofumpt": true
},
"files.exclude": {
"**/node_modules": true
},
"editor.tabSize": 2
}