2024-04-09 07:29:45 -07:00
|
|
|
{
|
2024-04-14 18:37:12 -07:00
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"[templ]": {
|
|
|
|
"editor.defaultFormatter": "a-h.templ"
|
|
|
|
},
|
2024-04-09 07:29:45 -07:00
|
|
|
"files.exclude": {
|
|
|
|
"**/*_templ.go": true,
|
|
|
|
"**/*_templ.txt": true
|
2024-04-14 18:37:12 -07:00
|
|
|
},
|
|
|
|
"emmet.includeLanguages": {
|
|
|
|
"templ": "html"
|
2024-04-09 07:29:45 -07:00
|
|
|
}
|
|
|
|
}
|