mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-02-02 09:15:32 -05:00
31 lines
623 B
JSON
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
|
|
}
|